aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* vm_core.h (rb_thread_t): use 32-bit running_time_usnormal2017-05-071-1/+1
* special exception messages are staticnobu2017-04-091-1/+4
* vm_core.h: ruby_error_stream_closednobu2017-04-091-1/+1
* introduce imemo_type_p(v, imemo_type)ko12017-04-071-13/+7
* fix redefinition optimization for -"literal string" (UMinus)normal2017-03-271-0/+1
* Fiber also has same issue. [Bug #13313]ko12017-03-141-0/+2
* vm_core.h: assertions for Procnobu2017-03-141-3/+1
* use rb_iseq_check() for USE_LAZY_LOAD, too.ko12017-02-161-1/+1
* TRUE is not defined here...ko12017-02-071-1/+1
* remove compare with enum value.ko12017-02-071-1/+1
* constifynobu2016-12-141-1/+1
* Add clang volatile fixes from FreeBSD and NetBSD.shugo2016-12-071-1/+1
* Make `trace_running` an integer flag againnobu2016-12-061-1/+1
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-9/+11
* vm_core.h: stringify in VM_ASSERTnobu2016-10-091-1/+1
* * vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko12016-08-031-2/+24
* * vm_core.h: rename macros and make them inline functions.ko12016-08-031-5/+14
* * vm_core.h: introduce VM_FRAME_FLAG_CFRAME to represent cfp->iseqko12016-08-031-0/+1
* vm_core.h: suppress warningsnobu2016-08-021-2/+2
* * vm_core.h (VM_LOCAL_P): should return an integer value.ko12016-07-291-1/+1
* * vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value.ko12016-07-281-1/+1
* * vm.c, internal.h: remove RubyVM::Env class and all of env objectsko12016-07-281-19/+33
* * remove trailing spaces.svn2016-07-281-1/+1
* * vm_core.h: revisit the structure of frame, block and env.ko12016-07-281-83/+447
* * vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko12016-07-261-0/+1
* Thread.report_on_exceptionnobu2016-06-061-0/+3
* vm_core.h: rb_exc_set_backtrace declarationnobu2016-05-291-0/+1
* vm_core.h: bit flagsnobu2016-05-171-5/+5