Project

General

Profile

« Previous | Next » 

Revision ff4f9cf9

Added by tenderlovemaking (Aaron Patterson) over 5 years ago

Allow global variables to move

This patch allows global variables that have been assigned in Ruby to
move. I added a new function for the GC to call that will update
global references and introduced a new callback in the global variable
struct for updating references.

Only pure Ruby global variables are supported right now, other
references will be pinned.