aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* move rb_thread_t::interrupt_flag and maskko12017-11-061-13/+17
* renmae ec::fiber to ec::fiber_ptr.ko12017-11-061-13/+8
* use given `ec`.ko12017-10-291-2/+2
* constify `rb_vm_bh_to_procval()`ko12017-10-291-1/+1
* `th` -> `ec` for VM dump related functions.ko12017-10-291-5/+5
* `rb_ec_error_print()`.ko12017-10-291-1/+1
* EXEC_EVENT_HOOK(ec, ...)ko12017-10-291-7/+8
* `rb_trace_arg_t::ec`ko12017-10-291-3/+3
* `ec` has `thread_ptr`.ko12017-10-291-5/+5
* `th` -> `ec` for rb_vm_call()ko12017-10-281-1/+1
* `th` -> `ec` for rb_vm_make_binding().ko12017-10-281-1/+1
* rename a function.ko12017-10-281-1/+1
* `th` -> `ec` for some functions.ko12017-10-281-2/+2
* `th` -> `ec` for rb_vm_rewind_cfp.ko12017-10-281-1/+1
* move fields from `th` to `ec`.ko12017-10-281-6/+6
* `th` -> `ec` for `rb_insn_func_t`.ko12017-10-271-1/+1
* compile.c, iseq.c: consitfied NODE pointersnobu2017-10-271-4/+4
* `th` -> `ec` for block related functions.ko12017-10-271-1/+1
* `vm_call_handler` and related functions accept `ec` instead of `th`.ko12017-10-271-1/+2
* move decl.ko12017-10-271-0/+1
* replace `GET_THREAD()->ec` to `GET_EC()`.ko12017-10-261-1/+1
* introduce EC_*_TAG() instead of TH_*_TAG()ko12017-10-261-1/+1
* vm_pop_frame() accepts `ec` instead of `th`.ko12017-10-261-1/+1
* some functions accept `ec` instead of `th`.ko12017-10-261-7/+16
* Use rb_execution_context_t instead of rb_thread_tko12017-10-261-10/+58
* Lazy Proc allocation for block parametersko12017-10-241-0/+3
* Drop to support NaCl platform.hsbt2017-10-231-4/+0
* vm_core.h: export symbols of shared variablesk0kubun2017-10-211-0/+5
* suppress unused argument warningnaruse2017-09-111-1/+1
* store ec instead of thread in rb_context_t.ko12017-09-101-0/+1
* move th->machine to ec->machine.ko12017-09-101-14/+14
* move th->fiber to ec->fiber.ko12017-09-081-1/+2
* thread_context -> execution_contextko12017-09-061-1/+1
* Refactor the internal data format for coverage measurementmame2017-09-031-1/+2
* vm_core.h: ruby_error_stackfatalnobu2017-08-211-1/+1
* vm_insnhelper.c: raise ruby_error_sysstack_gcnobu2017-08-181-0/+1
* vm_core.h: unreachable VM_UNREACHABLEnobu2017-08-101-1/+1
* rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko12017-08-101-3/+3
* splat keyword hashnobu2017-08-051-0/+2
* vm_core.h: vm_call_flag_bitsnobu2017-08-051-10/+24
* vm_core.h: shrink trap_list sizenobu2017-07-271-3/+3
* revert r59359, r59356, r59355, r59354normal2017-07-191-1/+0
* hash: keep fstrings of tainted strings for string keysnormal2017-07-181-0/+1
* Fix indent [ci skip]kazu2017-07-121-2/+2
* move fields to ec.ko12017-06-281-5/+6
* move fields to ec.ko12017-06-281-7/+7
* fix to check thread typeko12017-06-281-2/+1
* introduce rb_thread_ptr() to replace GetThreadPtr().ko12017-06-281-2/+6
* move storages to ec.ko12017-06-281-5/+5
* move several fields from rb_thread_t to rb_execution_context_t.ko12017-06-261-5/+7