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
Partially done, we might want to also cache common scenarios for register loads and stores. E.g. ALOAD 0, XLOAD 0-5 probably appear often in the resulting bytecode. Same for any stack operation (POP, POP2, SWAP, etc).
Things like
CfThrow
andCfReturn
have no parameters. Having multiple instances in memory is a waste.The text was updated successfully, but these errors were encountered: