mirror of
https://github.com/ruby/ruby.git
synced 2025-08-26 06:25:31 +02:00
Implement jit_guard_known_class
This commit is contained in:
parent
2cd6406d67
commit
a458923fe5
6 changed files with 128 additions and 26 deletions
|
@ -1,8 +1,7 @@
|
|||
module RubyVM::MJIT
|
||||
class ExitCompiler
|
||||
def initialize
|
||||
# TODO: Use GC offsets
|
||||
@gc_refs = []
|
||||
@gc_refs = [] # TODO: GC offsets?
|
||||
end
|
||||
|
||||
# Used for invalidating a block on entry.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue