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
This makes a start at emitting X86_64 code from the JIT IR.
Obviously this is non-functional at this point (it's currently not even
called from the JIT pipeline), but should serve as something we can
iterate upon and at least unit test in isolation.
Many things missing:
- Trace input handling.
- Correct allocation sizes.
- Stackmaps
- Debugger support.
- Loads more testing.
Note we disable asan for now:
ykjit#981
The branch I'm about to merge in #971 causes asan warnings in the iced_x86 crate dep.
I'm going to comment out asan for now. Raising this to remind us.
The text was updated successfully, but these errors were encountered: