aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.h
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 06:57:04 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-10-21 06:57:04 +0000
commit93c5d8c0fdf383ac9c76a3331a0d4f34927d9ee0 (patch)
tree4068e74be6fd04384d3d7becad9d40493e065c95 /vm_insnhelper.h
parenta2bb14a6b7dd0a72c1381a8b6e2f91d9ce0a22dc (diff)
downloadruby-93c5d8c0fdf383ac9c76a3331a0d4f34927d9ee0.tar.gz
vm.c, vm_insnhelper.h: export symbols of VM serials
This change is for future JIT compiler introduction. See r60231 for the purpose. [close GH-1721] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60235 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'vm_insnhelper.h')
-rw-r--r--vm_insnhelper.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/vm_insnhelper.h b/vm_insnhelper.h
index 6d0532b29a..065496912e 100644
--- a/vm_insnhelper.h
+++ b/vm_insnhelper.h
@@ -15,6 +15,9 @@
RUBY_SYMBOL_EXPORT_BEGIN
extern VALUE ruby_vm_const_missing_count;
+extern rb_serial_t ruby_vm_global_method_state;
+extern rb_serial_t ruby_vm_global_constant_state;
+extern rb_serial_t ruby_vm_class_serial;
RUBY_SYMBOL_EXPORT_END