summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2017-09-25vm.c: unused functionnobu
2017-09-25vm.c: fetch retval iff necessarynobu
2017-09-18vm.c: fix `cfp consistency error' which occursktsj
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-06accept ec instead of th.ko1
2017-09-06th is not definedko1
2017-09-06rb_execution_context_mark.ko1
2017-09-05add rb_hash_new_with_size()shyouhei
2017-08-21prevent stack overflownobu
2017-08-16vm_insnhelper.c: cfp error at stack overflownobu
2017-08-15Partially revert "suppress warning: assigned but unused variable - line"naruse
2017-08-15suppress warning: assigned but unused variable - linenaruse
2017-08-10rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko1
2017-08-02fix stack storing for root fibers.ko1
2017-08-02release VM stack properly.ko1
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-02Symbol#== should be able to be redefinedktsj
2017-06-28move fields to ec.ko1
2017-06-28move fields to ec.ko1
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-23move "state" to rb_vm_tag.ko1
2017-06-23rename th->state to th->tag_state.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-06-12add a comment for rb_thread_mark()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-05revert r59017 it fails ruby/test_lambda.rbko1
2017-06-05do not inform ``is_lambda".ko1
2017-06-05rename functions and clean parameters.ko1
2017-06-05remove arg_setup_lambda.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-31Improve performance of implicit type conversionwatson1978
2017-05-20speed up IO#close with many threadsnormal
2017-05-12vm.c: free by ruby_xfreenobu
2017-05-09fixup r58614 for raspi3 and maybe other systems with odd compilenormal
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei
2017-04-24revert newhash refactoringshyouhei
2017-04-21refactor hash literalshyouhei
2017-04-14disable rewind hooks.ko1
2017-04-09special exception messages are staticnobu