summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
2017-10-27compile.c, iseq.c: consitfied NODE pointersnobu
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-27move decl.ko1
2017-10-26replace `GET_THREAD()->ec` to `GET_EC()`.ko1
2017-10-26introduce EC_*_TAG() instead of TH_*_TAG()ko1
2017-10-26vm_pop_frame() accepts `ec` instead of `th`.ko1
2017-10-26some functions accept `ec` instead of `th`.ko1
2017-10-26Use rb_execution_context_t instead of rb_thread_tko1
2017-10-24Lazy Proc allocation for block parametersko1
2017-10-23Drop to support NaCl platform.hsbt
2017-10-21vm_core.h: export symbols of shared variablesk0kubun
2017-09-11suppress unused argument warningnaruse
2017-09-10store ec instead of thread in rb_context_t.ko1
2017-09-10move th->machine to ec->machine.ko1
2017-09-08move th->fiber to ec->fiber.ko1
2017-09-06thread_context -> execution_contextko1
2017-09-03Refactor the internal data format for coverage measurementmame
2017-08-21vm_core.h: ruby_error_stackfatalnobu
2017-08-18vm_insnhelper.c: raise ruby_error_sysstack_gcnobu
2017-08-10vm_core.h: unreachable VM_UNREACHABLEnobu
2017-08-10rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko1
2017-08-05splat keyword hashnobu
2017-08-05vm_core.h: vm_call_flag_bitsnobu
2017-07-27vm_core.h: shrink trap_list sizenobu
2017-07-19revert r59359, r59356, r59355, r59354normal
2017-07-18hash: keep fstrings of tainted strings for string keysnormal
2017-07-12Fix indent [ci skip]kazu
2017-06-28move fields to ec.ko1
2017-06-28move fields to ec.ko1
2017-06-28fix to check thread typeko1
2017-06-28introduce rb_thread_ptr() to replace GetThreadPtr().ko1
2017-06-28move storages to ec.ko1
2017-06-26move several fields from rb_thread_t to rb_execution_context_t.ko1
2017-06-23vm_core.h: sandwich jmpbufnobu
2017-06-23move "state" to rb_vm_tag.ko1
2017-06-23rename th->state to th->tag_state.ko1
2017-06-23rb_catch_protect() accepts enum ruby_tag_type *.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-14remove OPT_CALL_CFUNC_WITHOUT_FRAME.ko1
2017-06-12remove ruby_kill() introduced for [Bug #7951].ko1
2017-06-08vm_block_handler_verify() should not return any value.ko1
2017-06-06revert r59023 because it contans unrelated developping codeko1
2017-06-06revert r59020 because it may fail some tests sometimes on some environment (h...ko1
2017-06-03* vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduceko1
2017-06-01make Binding object WB protected.ko1
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2017-05-30add parameter names.ko1
2017-05-20speed up IO#close with many threadsnormal
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal