Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move x registers from contexts to schedulers (fix atomvm#698)
X registers are saved in context on context switching but are otherwise allocated only once per scheduler thread, thus allowing up to 1024 registers as the compiler allows Signed-off-by: Paul Guyot <[email protected]>
- Loading branch information