index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vm_core.h
Age
Commit message (
Expand
)
Author
2016-12-14
constify
nobu
2016-12-07
Add clang volatile fixes from FreeBSD and NetBSD.
shugo
2016-12-06
Make `trace_running` an integer flag again
nobu
2016-11-05
* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):
ktsj
2016-10-09
vm_core.h: stringify in VM_ASSERT
nobu
2016-08-03
* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()
ko1
2016-08-03
* vm_core.h: rename macros and make them inline functions.
ko1
2016-08-03
* vm_core.h: introduce VM_FRAME_FLAG_CFRAME to represent cfp->iseq
ko1
2016-08-02
vm_core.h: suppress warnings
nobu
2016-07-29
* vm_core.h (VM_LOCAL_P): should return an integer value.
ko1
2016-07-28
* vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value.
ko1
2016-07-28
* vm.c, internal.h: remove RubyVM::Env class and all of env objects
ko1
2016-07-28
* remove trailing spaces.
svn
2016-07-28
* vm_core.h: revisit the structure of frame, block and env.
ko1
2016-07-26
* vm_insnhelper.c: introduce rb_vm_pop_frame() and use it
ko1
2016-06-06
Thread.report_on_exception
nobu
2016-05-29
vm_core.h: rb_exc_set_backtrace declaration
nobu
2016-05-17
vm_core.h: bit flags
nobu
2016-05-17
[Feature #12005] Unify Fixnum and Bignum into Integer
akr
2016-04-04
at_exit list
nobu
2016-03-28
remove rb_thread_t::base_block
nobu
2016-03-28
remove rb_thread_t::parse_in_eval
nobu
2016-03-19
SyntaxError message at iseq compile
nobu
2016-03-17
* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.
mame
2016-02-28
NoMethodError#private_call?
nobu
2016-02-22
vm_core.h: CoreDataFromValue
nobu
2016-01-25
fix build with VM_CHECK_MODE > 0
normal
2016-01-22
vm_core.h: use RUBY_ASSERT
nobu
2015-12-18
* vm_core.h: define USE_LAZY_LOAD if it is not defined.
ko1
2015-12-08
suppress warnings
nobu
2015-12-08
* introduce new ISeq binary format serializer/de-serializer
ko1
2015-12-08
compile optimized case dispatch for nil/true/false
normal
2015-12-02
* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.
ko1
2015-12-02
* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() and
ko1
2015-12-02
* iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.
ko1
2015-12-02
* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.
ko1
2015-12-02
* iseq.h: introduce ISEQ_COMPILE_DATA() macro.
ko1
2015-11-23
fiddle: release GVL for ffi_call
normal
2015-10-29
* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref and
ko1
2015-10-29
vm_core.h: move forward declarations
nobu
2015-10-23
* vm_core.h: define vm_call_handler.
ko1
2015-10-23
* vm_core.h, vm_insnhelper.h: move definition of VMDEBUG
ko1
2015-10-05
vm_core.h: vm_thread_with_frame
nobu
2015-09-19
* vm_core.h: split rb_call_info_t into several structs.
ko1
2015-09-16
vm_core.h: revert VM objspace on Windows
nobu
2015-09-16
vm_core.h: enable VM objspace on Windows
nobu
2015-09-11
* vm_core.h: remove rb_call_info_t::aux.opt_pc.
ko1
2015-09-08
* vm_core.h: remove rb_call_info_t::blockiseq.
ko1
2015-09-07
vm_core.h: objspace always
nobu
2015-08-14
improve handling of timer thread shutdown
normal
[next]