Skip to content

Commit

Permalink
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
@@ -391,6 +391,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 00eb1fa

Please sign in to comment.