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 branch is actually known at module processing time, but currently there's no way of differentiating since the execution engine maps directly to the bytecode.
We should insert a custom IR so we can optimize the instructions before execution.
The text was updated successfully, but these errors were encountered:
fengb
changed the title
Split opcode execution
Introduce IR for execution
Sep 30, 2021
There's some direct instructions that require branches inside the body:
This branch is actually known at module processing time, but currently there's no way of differentiating since the execution engine maps directly to the bytecode.
We should insert a custom IR so we can optimize the instructions before execution.
The text was updated successfully, but these errors were encountered: