summaryrefslogtreecommitdiff
path: root/internal/object.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-07-10 11:49:50 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-07-13 08:56:18 +0900
commit9721f477c7f33d64af94fad4a1ca51f739b0b08f (patch)
tree14330998f33e9040a7038b80899098c016a26241 /internal/object.h
parentf66e0212efe4f6572d5e81741e831ab735cc2fee (diff)
downloadruby-9721f477c7f33d64af94fad4a1ca51f739b0b08f.tar.gz
inline Primitive.cexpr!
We can obtain the verbatim source code of Primitive.cexpr!. Why not paste that content into the JITed program.
Diffstat (limited to 'internal/object.h')
-rw-r--r--internal/object.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/object.h b/internal/object.h
index a05abbf971..d34f498ee1 100644
--- a/internal/object.h
+++ b/internal/object.h
@@ -35,6 +35,7 @@ VALUE rb_obj_not_equal(VALUE obj1, VALUE obj2);
void rb_obj_copy_ivar(VALUE dest, VALUE obj);
VALUE rb_false(VALUE obj);
VALUE rb_convert_type_with_id(VALUE v, int t, const char* nam, ID mid);
+VALUE rb_obj_size(VALUE self, VALUE args, VALUE obj);
MJIT_SYMBOL_EXPORT_END
static inline void