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
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
I'd like to check that testing covers all my code.
To avoid a check on every instruction dispatch the best thing to do is to use a TRACE instruction at the beginning of each basic block. There are two ways to get it there.
As an option to jmp-compile which changes emitted code
Save the original instruction in a lookaside and execute it after TRACE accounting. This would make jmp code larger and ideally needs a goto to the top of the dispatch switch, but java doesn't have goto.