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
Now, there's an explicitSAVE_CURRENT_IP in some macros (before every _POP_FRAME and _PUSH_FRAME). That's because it also acts as a flag for the code generator, which, combined with the preceding SAVE_IP, makes it effectively save a pointer to the next instruction (which is what's needed by the frame push/pop uops). But there's so much special-casing here that we might as well either introduce a new uop for the combined special effects or special-case _POP_FRAME and _PUSH_FRAME.
Also rename SAVE_IP to SET_IP (from the same issue).
The text was updated successfully, but these errors were encountered:
See #621 (comment):
Also rename
SAVE_IP
toSET_IP
(from the same issue).The text was updated successfully, but these errors were encountered: