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
At the moment a function returning unit will always put an i32 with value 0 on the stack which is usually immediately dropped. We should implement stack representation tracking so we can have each function emit code for its preferred stack representation and fix it up with wrappers in codegen.
The text was updated successfully, but these errors were encountered:
At the moment a function returning
unit
will always put ani32
with value0
on the stack which is usually immediately dropped. We should implement stack representation tracking so we can have each function emit code for its preferred stack representation and fix it up with wrappers in codegen.The text was updated successfully, but these errors were encountered: