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
2017-11-09
insn_info/insns_info
ko1
2017-11-07
`rb_execution_context_t *` should not be `th`
ko1
2017-11-07
th->ec: rb_threadptr_setup_exception
ko1
2017-11-07
fix prefix `ruby_...()` to `rb_...()`.
ko1
2017-11-07
* vm_trace.c (rb_exec_event_hooks): accepts pop_p.
ko1
2017-11-07
move `rb_thread_t::method_missing_reason` to ec.
ko1
2017-11-06
move rb_thread_t::interrupt_flag and mask
ko1
2017-11-06
renmae ec::fiber to ec::fiber_ptr.
ko1
2017-10-29
use given `ec`.
ko1
2017-10-29
constify `rb_vm_bh_to_procval()`
ko1
2017-10-29
`th` -> `ec` for VM dump related functions.
ko1
2017-10-29
`rb_ec_error_print()`.
ko1
2017-10-29
EXEC_EVENT_HOOK(ec, ...)
ko1
2017-10-29
`rb_trace_arg_t::ec`
ko1
2017-10-29
`ec` has `thread_ptr`.
ko1
2017-10-28
`th` -> `ec` for rb_vm_call()
ko1
2017-10-28
`th` -> `ec` for rb_vm_make_binding().
ko1
2017-10-28
rename a function.
ko1
2017-10-28
`th` -> `ec` for some functions.
ko1
2017-10-28
`th` -> `ec` for rb_vm_rewind_cfp.
ko1
2017-10-28
move fields from `th` to `ec`.
ko1
2017-10-27
`th` -> `ec` for `rb_insn_func_t`.
ko1
2017-10-27
compile.c, iseq.c: consitfied NODE pointers
nobu
2017-10-27
`th` -> `ec` for block related functions.
ko1
2017-10-27
`vm_call_handler` and related functions accept `ec` instead of `th`.
ko1
2017-10-27
move decl.
ko1
2017-10-26
replace `GET_THREAD()->ec` to `GET_EC()`.
ko1
2017-10-26
introduce EC_*_TAG() instead of TH_*_TAG()
ko1
2017-10-26
vm_pop_frame() accepts `ec` instead of `th`.
ko1
2017-10-26
some functions accept `ec` instead of `th`.
ko1
2017-10-26
Use rb_execution_context_t instead of rb_thread_t
ko1
2017-10-24
Lazy Proc allocation for block parameters
ko1
2017-10-23
Drop to support NaCl platform.
hsbt
2017-10-21
vm_core.h: export symbols of shared variables
k0kubun
2017-09-11
suppress unused argument warning
naruse
2017-09-10
store ec instead of thread in rb_context_t.
ko1
2017-09-10
move th->machine to ec->machine.
ko1
2017-09-08
move th->fiber to ec->fiber.
ko1
2017-09-06
thread_context -> execution_context
ko1
2017-09-03
Refactor the internal data format for coverage measurement
mame
2017-08-21
vm_core.h: ruby_error_stackfatal
nobu
2017-08-18
vm_insnhelper.c: raise ruby_error_sysstack_gc
nobu
2017-08-10
vm_core.h: unreachable VM_UNREACHABLE
nobu
2017-08-10
rename rb_execution_context_t::stack(_size) to vm_stack(_size).
ko1
2017-08-05
splat keyword hash
nobu
2017-08-05
vm_core.h: vm_call_flag_bits
nobu
2017-07-27
vm_core.h: shrink trap_list size
nobu
2017-07-19
revert r59359, r59356, r59355, r59354
normal
2017-07-18
hash: keep fstrings of tainted strings for string keys
normal
2017-07-12
Fix indent [ci skip]
kazu
[next]