-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
get_module_functions: separate gc pushes
creating a new Array<...> calls jl_alloc_array_1d which can trigger garbage collection thus we need to protect each array before creating the next one instead of one JL_GC_PUSH6 call to do this we need some extra scope blocks
- Loading branch information
Showing
1 changed file
with
44 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters