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
The jump between AST and IR is getting a bit big, so we need something in-between. Therefore, we should rename the IR to LIR and introduce an HIR.
This HIR should not deal with raw memory accesses but should still have more type information. It should also know about aggregate types. This will allow us to deal with ABI concerns between HIR and LIR.
The text was updated successfully, but these errors were encountered:
The compiler currently has the following stages:
The jump between AST and IR is getting a bit big, so we need something in-between. Therefore, we should rename the IR to LIR and introduce an HIR.
This HIR should not deal with raw memory accesses but should still have more type information. It should also know about aggregate types. This will allow us to deal with ABI concerns between HIR and LIR.
The text was updated successfully, but these errors were encountered: