summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
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
2017-05-07vm_core.h (rb_thread_t): use 32-bit running_time_usnormal
2017-04-09special exception messages are staticnobu
2017-04-09vm_core.h: ruby_error_stream_closednobu
2017-04-07introduce imemo_type_p(v, imemo_type)ko1
2017-03-27fix redefinition optimization for -"literal string" (UMinus)normal
2017-03-14Fiber also has same issue. [Bug #13313]ko1
2017-03-14vm_core.h: assertions for Procnobu
2017-02-16use rb_iseq_check() for USE_LAZY_LOAD, too.ko1
2017-02-07TRUE is not defined here...ko1
2017-02-07remove compare with enum value.ko1
2016-12-14constifynobu
2016-12-07Add clang volatile fixes from FreeBSD and NetBSD.shugo
2016-12-06Make `trace_running` an integer flag againnobu
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj
2016-10-09vm_core.h: stringify in VM_ASSERTnobu
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-08-03* vm_core.h: rename macros and make them inline functions.ko1
2016-08-03* vm_core.h: introduce VM_FRAME_FLAG_CFRAME to represent cfp->iseqko1
2016-08-02vm_core.h: suppress warningsnobu
2016-07-29* vm_core.h (VM_LOCAL_P): should return an integer value.ko1
2016-07-28* vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value.ko1
2016-07-28* vm.c, internal.h: remove RubyVM::Env class and all of env objectsko1
2016-07-28* remove trailing spaces.svn
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-26* vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko1
2016-06-06Thread.report_on_exceptionnobu
2016-05-29vm_core.h: rb_exc_set_backtrace declarationnobu
2016-05-17vm_core.h: bit flagsnobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-04-04at_exit listnobu
2016-03-28remove rb_thread_t::base_blocknobu
2016-03-28remove rb_thread_t::parse_in_evalnobu
2016-03-19SyntaxError message at iseq compilenobu
2016-03-17* compile.c (NODE_CALL): add optimization shortcut for Array#max/min.mame
2016-02-28NoMethodError#private_call?nobu
2016-02-22vm_core.h: CoreDataFromValuenobu
2016-01-25fix build with VM_CHECK_MODE > 0normal
2016-01-22vm_core.h: use RUBY_ASSERTnobu
2015-12-18* vm_core.h: define USE_LAZY_LOAD if it is not defined.ko1
2015-12-08suppress warningsnobu
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-12-08compile optimized case dispatch for nil/true/falsenormal
2015-12-02* vm_core.h, iseq.h: remove rb_iseq_t::variable_body.ko1
2015-12-02* iseq.h: introduce ISEQ_ORIGINAL_ISEQ() andko1
2015-12-02* iseq.h: introduce ISEQ_FLIP_CNT_INCREMENT() macro.ko1
2015-12-02* iseq.h: introduce ISEQ_COVERAGE() and ISEQ_COVERAGE_SET() macro.ko1
2015-12-02* iseq.h: introduce ISEQ_COMPILE_DATA() macro.ko1