Skip to content

write pipeline TASTy files asynchronously #20101

Closed
@bishabosha

Description

@bishabosha

since #19743 was merged, we now have feature completeness for pipelining,

however if pipelining is enabled, we currently block the main compiler thread until all the TASTy files are written, which imposes some performance hit.

for optimum throughput, we should write the files (and notify Zinc) asynchronously.

then at some later point in the compiler (say backend) we can assume the files were likely to have been written by that point, join the thread and report any errors.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions