Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create an execution barrier that a JIT trace cannot cross. During recording, the current trace must end when it reaches a barrier and then a new root trace starts immediately afterwards. This is implemented as a simple "nop" C library function. The existing "trace stitching" mechanism provides the required semantics i.e. stop current trace, call nop function, start new trace with linkage.
- Loading branch information