Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rb_gc_register_address() must be called after the variable was assigned
* Otherwise the GC might read the variable when it is not pointing to a Ruby object yet. * TruffleRuby also assumes it can read the pointer when rb_gc_register_address() is called: oracle/truffleruby#2720
- Loading branch information