summaryrefslogtreecommitdiff
path: root/vm_core.h
AgeCommit message (Expand)Author
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
2015-11-23fiddle: release GVL for ffi_callnormal
2015-10-29* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko1
2015-10-29vm_core.h: move forward declarationsnobu
2015-10-23* vm_core.h: define vm_call_handler.ko1
2015-10-23* vm_core.h, vm_insnhelper.h: move definition of VMDEBUGko1
2015-10-05vm_core.h: vm_thread_with_framenobu
2015-09-19* vm_core.h: split rb_call_info_t into several structs.ko1
2015-09-16vm_core.h: revert VM objspace on Windowsnobu
2015-09-16vm_core.h: enable VM objspace on Windowsnobu
2015-09-11* vm_core.h: remove rb_call_info_t::aux.opt_pc.ko1
2015-09-08* vm_core.h: remove rb_call_info_t::blockiseq.ko1
2015-09-07vm_core.h: objspace alwaysnobu
2015-08-14improve handling of timer thread shutdownnormal
2015-08-13* vm_core.h (rb_call_info_kw_arg_bytes): move the definitionko1
2015-08-12hoist out rb_call_info_kw_arg_bytes to inline functionnormal
2015-07-24* vm_core.h: size should be unsigned.ko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::line_info_table.ko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::param::opt_table andko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::catch_table.ko1
2015-07-23* vm_core.h: constify rb_iseq_constant_body::local_table andko1
2015-07-23* vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko1
2015-07-22* vm_core.h: modify layout of rb_iseq_constant_body.ko1
2015-07-22* vm_core.h: remove unused declaration ofko1
2015-07-22* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body andko1
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-21* vm_core.h: constify rb_call_info_t::kw_arg,ko1
2015-07-21* vm_core.h: constify rb_call_info_t::blockiseq and rb_iseq_t::iseq.ko1
2015-07-20ruby_vm_throw_flagsnobu
2015-07-17compile.c: use ruby_tag_typenobu
2015-07-17RUBY_VM_CHECK_INTS: eval the argument only oncenobu