Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Some changes to improve performance of the Julia GC integration.
We're using a new function on the Julia side to verify more quickly that a master pointer is actually valid. Also, some of the marking logic is now done on the GAP side, which avoids unnecessary expensive function calls to the Julia API.
- Loading branch information