Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
297: vm: improve aliasing of `slots` under ORC r=saem a=zerbina Indirectly accessing `slots` via a `TStackFrame` pointer was done to work around `shallowCopy` not being available for `seq` with ORC. The shallow copy is now replicated with the `cursor` pragma, saving one pointer indirection Co-authored-by: zerbina <100542850+zerbina@users.noreply.github.com>
- Loading branch information