From 93c5d8c0fdf383ac9c76a3331a0d4f34927d9ee0 Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sat, 21 Oct 2017 06:57:04 +0000 Subject: 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 --- vm_insnhelper.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vm_insnhelper.h') 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 -- cgit v1.2.3