repo.or.cz
/
ruby.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
[ruby/json] Use RB_TYPE_P
[ruby.git]
/
zjit.rb
blob
fd58c1c94a097a12d7d1512c091fb40f60683597
1
module RubyVM::ZJIT
2
# Assert that any future ZJIT compilation will return a function pointer
3
def self.assert_compiles
4
Primitive.rb_zjit_assert_compiles
5
end
6
end