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
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
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
2015-08-13
* vm_core.h (rb_call_info_kw_arg_bytes): move the definition
ko1
2015-08-12
hoist out rb_call_info_kw_arg_bytes to inline function
normal
2015-07-24
* vm_core.h: size should be unsigned.
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::line_info_table.
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::param::opt_table and
ko1
2015-07-24
* vm_core.h: constify rb_iseq_constant_body::catch_table.
ko1
2015-07-23
* vm_core.h: constify rb_iseq_constant_body::local_table and
ko1
2015-07-23
* vm_core.h: constify rb_iseq_constant_body::iseq_encoded and
ko1
2015-07-22
* vm_core.h: modify layout of rb_iseq_constant_body.
ko1
2015-07-22
* vm_core.h: remove unused declaration of
ko1
2015-07-22
* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body and
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-21
* vm_core.h: constify rb_call_info_t::kw_arg,
ko1
2015-07-21
* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.
ko1
2015-07-20
ruby_vm_throw_flags
nobu
2015-07-17
compile.c: use ruby_tag_type
nobu
2015-07-17
RUBY_VM_CHECK_INTS: eval the argument only once
nobu
2015-07-17
RUBY_VM_CHECK_INTS_BLOCKING: move to thread.c
nobu
2015-07-17
EXEC_EVENT_HOOK_ORIG: eval the arguments only once
nobu
2015-07-16
* vm_core.h: constify rb_iseq_t::parent_iseq.
ko1
2015-07-14
* vm_core.h, vm.c: remove rb_proc_t::envval because we can know it via
ko1
2015-07-14
* vm_core.h, vm.c: remvoe rb_env_t::prev_envval because we can know it
ko1
2015-07-14
* vm.c: refactoring Proc/Env related code.
ko1
2015-07-09
* vm_core.h: remove rb_call_info_t::klass because
ko1
2015-07-09
* vm_core.h (rb_control_frame_t): fix comments (layout index).
ko1
2015-07-07
* vm_core.h: remove rb_iseq_t::orig because rb_iseq_clone()
ko1
2015-07-06
* vm_core.h: remove rb_iseq_t::defined_method_id because it is not
ko1
2015-07-06
* vm_core.h: remove a useless declaration.
ko1
[next]