aboutsummaryrefslogtreecommitdiffstats
path: root/vm.c
Commit message (Expand)AuthorAgeFilesLines
* remove VM_ENV_DATA_INDEX_ENV_PROC.ko12018-05-231-12/+7
* simplify altstack and enable reuse with thread cachenormal2018-04-201-8/+1
* refactoring r63073.ko12018-04-041-2/+2
* Fix Fiber with Thread issue on Windows [Bug #14642]ko12018-04-031-2/+2
* vm.c: refined error messagenobu2018-03-151-2/+10
* add prefix to the function name.ko12018-03-051-10/+11
* vm.c: trivial optimizationnobu2018-03-041-4/+3
* vm.c: handle_exception loopnobu2018-03-041-32/+37
* vm.c: untangle goto loopnobu2018-03-041-9/+10
* vm.c: add mjit_enable_p flagk0kubun2018-03-031-7/+11
* Fix typo: blcok -> blocknobu2018-02-241-2/+2
* [DOC] missing docs at toplevelnobu2018-02-231-0/+1
* vm.c: disable dtrace in jit sourcenobu2018-02-201-0/+4
* Export some missing symbols for MJITk0kubun2018-02-081-1/+1
* vm.c: feedback control frame size changek0kubun2018-02-041-1/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-11/+25
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-1/+21
* vm.c: remove unnecessary branchnormal2018-01-241-3/+1
* usage analysis functions marke as staticshyouhei2018-01-181-6/+6
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1
* use predefined ids in a few more placesnormal2018-01-091-1/+1
* vm.c: remove extra ifdefnobu2018-01-081-2/+0
* fix a bug only on assertion.ko12018-01-081-1/+1
* fix mark miss of Env (which is pointed by prev_ep).ko12018-01-081-1/+8
* vm.c: respect redefinition of Proc#callnobu2018-01-081-4/+15
* Speedup `block.call` [Feature #14330]ko12018-01-071-1/+12
* node.h: remove NODE_PRELUDEmame2018-01-051-1/+1
* make rb_iseq_new* accept rb_ast_body_t instead of NODE*mame2018-01-051-6/+8
* explicit cast to void* required for %pshyouhei2018-01-021-1/+1
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-25/+18
* vm.c: always export rb_frame_method_id_and_classk0kubun2017-12-161-1/+1
* The main Thread should have report_on_exception=true for consistencyeregon2017-12-141-0/+1
* Set Thread.report_on_exception=true by default to report exceptions in Threadseregon2017-12-121-0/+1
* do not disable `trace_` prefix insns.ko12017-12-111-0/+1
* remove `PUSH_TAG`/`EXEC_AG`/`POP_TAG`/`JUMO_TAG`.ko12017-12-061-3/+3
* vm.c: partially revert r60558k0kubun2017-12-011-0/+6
* Refactoring out the direct accesses of NODE's u1, u2, and u3mame2017-11-161-1/+1
* make a func static.ko12017-11-161-3/+3
* make it static.ko12017-11-161-3/+3
* provide rb_vm_make_proc/lambda().ko12017-11-161-6/+0
* `rb_source_loc` -> `rb_source_location_cstr`ko12017-11-161-2/+2
* fix r60789.ko12017-11-161-1/+1
* rb_source_location() may return nil.ko12017-11-161-2/+2
* remove an unused function.ko12017-11-161-14/+2
* add `ec` as first parameter.ko12017-11-161-8/+6
* remove rb_thread_t::event_hooks.ko12017-11-151-1/+0
* th->ec: dtraceko12017-11-071-9/+9
* * eval_intern.h: rename macros rb_thread_raised_* toko12017-11-071-1/+1
* renmae ec::fiber to ec::fiber_ptr.ko12017-11-061-1/+1
* remove unused functions.ko12017-10-291-30/+0