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
graydon opened this issue
Mar 20, 2012
· 4 comments
Labels
A-codegenArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.
Currently native.rs has a lot of alt switching on whether or not we're generating calls to x64-ABI or not. This should be factored into arch-specific and arch-neutral pieces, with x64 being only one such arch.
The text was updated successfully, but these errors were encountered:
A-codegenArea: Code generationC-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-hardCall for participation: Hard difficulty. Experience needed to fix: A lot.
Currently native.rs has a lot of
alt
switching on whether or not we're generating calls to x64-ABI or not. This should be factored into arch-specific and arch-neutral pieces, with x64 being only one such arch.The text was updated successfully, but these errors were encountered: