Skip to content

Commit d7d9262

Browse files
committed
stage2: preliminary reworking for whole-file-AstGen
See #8516. * AstGen is now done on whole files at once rather than per Decl. * Introduce a new wait group for AstGen tasks. `performAllTheWork` waits for all AstGen tasks to be complete before doing Sema, single-threaded. - The C object compilation tasks are moved to be spawned after AstGen, since they only need to complete by the end of the function. With this commit, the codebase compiles, but much more reworking is needed to get things back into a useful state.
1 parent cd993d1 commit d7d9262

File tree

6 files changed

+2757
-1946
lines changed

6 files changed

+2757
-1946
lines changed

0 commit comments

Comments
 (0)