aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm_core.h: sandwich jmpbufnobu2017-06-231-1/+6
* move "state" to rb_vm_tag.ko12017-06-231-4/+2
* rename th->state to th->tag_state.ko12017-06-231-1/+1
* rb_catch_protect() accepts enum ruby_tag_type *.ko12017-06-231-0/+2
* use "enum ruby_tag_type" and TAG_NONE.ko12017-06-231-1/+4
* remove OPT_CALL_CFUNC_WITHOUT_FRAME.ko12017-06-141-19/+1
* remove ruby_kill() introduced for [Bug #7951].ko12017-06-121-1/+0
* vm_block_handler_verify() should not return any value.ko12017-06-081-2/+1
* revert r59023 because it contans unrelated developping codeko12017-06-061-1/+0
* revert r59020 because it may fail some tests sometimes on some environment (h...ko12017-06-061-0/+1
* * vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduceko12017-06-031-10/+15
* make Binding object WB protected.ko12017-06-011-3/+5
* rename absolute_path to realpath internally and introduce pathobj.ko12017-06-011-10/+42
* add parameter names.ko12017-05-301-5/+5
* speed up IO#close with many threadsnormal2017-05-201-2/+2
* rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal2017-05-091-7/+11