summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2023-03-01 23:23:02 -0800
committerTakashi Kokubun <takashikkbn@gmail.com>2023-03-05 23:28:59 -0800
commit487d4aa970d910c8f521ea97ae78e3ffc119cad3 (patch)
tree8b59b0d9c00f1ca64cd5b488652cc55c87777661 /tool
parent3034553e8dc1e78b96ad283ab57c70e674f54d6e (diff)
downloadruby-487d4aa970d910c8f521ea97ae78e3ffc119cad3.tar.gz
Implement known class guard for flonum
Diffstat (limited to 'tool')
-rwxr-xr-xtool/mjit/bindgen.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/tool/mjit/bindgen.rb b/tool/mjit/bindgen.rb
index b8fd7308e9..571b94d9a2 100755
--- a/tool/mjit/bindgen.rb
+++ b/tool/mjit/bindgen.rb
@@ -426,6 +426,8 @@ generator = BindingGenerator.new(
INVALID_SHAPE_ID
OBJ_TOO_COMPLEX_SHAPE_ID
RUBY_FIXNUM_FLAG
+ RUBY_FLONUM_FLAG
+ RUBY_FLONUM_MASK
RUBY_SYMBOL_FLAG
RUBY_SPECIAL_SHIFT
RUBY_IMMEDIATE_MASK