1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/include/ruby
k0kubun 288b44328d Export some missing symbols for MJIT
tool/ruby_vm/views/_insn_name_info.erb: on Linux, rb_vm_insn_name_offset
was needed to compile with --jit-debug (Usually --jit-debug requires
more symbols than the situation without --jit-debug because -O2 skips
some functions to compile).

vm.c: when running transform_mjit_header.rb with --jit-wait,
rb_source_location_cstr was repoted to be missing.

string.c: ditto, for rb_str_eql
numeric.c: ditto, for rb_float_eql

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-02-08 13:54:37 +00:00
..
backward
backward.h backward.h: adjusted NORETURN declaration 2018-02-03 01:57:00 +00:00
debug.h export rb_tracearg_callee_id(). 2017-11-16 07:41:33 +00:00
defines.h Export some missing symbols for MJIT 2018-02-08 13:54:37 +00:00
encoding.h Include ruby/{io,encoding}.h before internal.h 2018-01-09 12:35:12 +00:00
intern.h backward.h: rb_mod_const_missing is internal function 2018-02-02 16:02:03 +00:00
io.h Include ruby/{io,encoding}.h before internal.h 2018-01-09 12:35:12 +00:00
missing.h Fix duplicated HAVE_NAN 2018-01-27 04:14:26 +00:00
onigmo.h Update to Onigmo 6.1.3-669ac9997619954c298da971fcfacccf36909d05. 2017-12-01 13:50:13 +00:00
oniguruma.h
re.h
regex.h
ruby.h ruby.h: relax rb_funcall(obj, id, 0, 0) case only 2018-02-01 03:55:55 +00:00
st.h
subst.h
thread.h
thread_native.h
util.h util.h: remove my_getcwd 2017-11-26 01:36:33 +00:00
version.h version.h (RUBY_VERSION): 2.6.0 development has started. 2017-12-25 14:05:59 +00:00
vm.h
win32.h undef previous definition of SIZEOF_STRUCT_STAT_ST_INO 2017-12-11 16:06:41 +00:00