You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the largest inefficiencies in code generation when run across multiple packages is that subsequent code generators repeat work done in prior code generators, for example resolving ASTs, type info, SSA form etc.
We should therefore experiment with a model whereby code generators are compiled into a single binary, and this information can be shared in memory.
The text was updated successfully, but these errors were encountered:
One of the largest inefficiencies in code generation when run across multiple packages is that subsequent code generators repeat work done in prior code generators, for example resolving ASTs, type info, SSA form etc.
We should therefore experiment with a model whereby code generators are compiled into a single binary, and this information can be shared in memory.
The text was updated successfully, but these errors were encountered: