Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark RuntimeData correctly.
Browse files Browse the repository at this point in the history
brixen committed Apr 28, 2015
1 parent 7b97222 commit a393c94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vm/llvm/state.cpp
Original file line number Diff line number Diff line change
@@ -390,6 +390,9 @@ namespace rubinius {
if(current_compiler_) {
jit::RuntimeDataHolder* rd = current_compiler_->context()->runtime_data_holder();
rd->set_mark();

ObjectMark mark(gc);
rd->mark_all(0, mark);
}
}

0 comments on commit a393c94

Please sign in to comment.