-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
Description
Currently build_runner
has to JIT-compile generators because there are some uses of mirrors: source_gen
for identifying types, and build_runner
seems to have some internal mirrors use.
This is slower than if they were AOT-compiled, something like 30%.
So it would be good if we could switch to AOT-compiled.
iapicca and mateusfccplishaduck and lume-code