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
There are lots of places in our codebase where raw DWARF register numbers are used. That might have been OK if we had only one numbering scheme, but since we use dynasm and that has a different numbering scheme, it might be worth doing some abstraction to give the numbers symbolic names.
There are lots of places in our codebase where raw DWARF register numbers are used. That might have been OK if we had only one numbering scheme, but since we use dynasm and that has a different numbering scheme, it might be worth doing some abstraction to give the numbers symbolic names.
Examples of places that would need attention:
yk/ykrt/src/compile/jitc_yk/codegen/x64/mod.rs
Line 839 in 6acca9f
(please add more as you encounter them)
The text was updated successfully, but these errors were encountered: