summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2016-08-13vm_insnhelper.c: fix ALWAYS_INLINE usagenobu
2016-08-09* vm_insnhelper.c (vm_getivar): use always_inline becausenaruse
2016-08-03vm_insnhelper.c: extra semicolonnobu
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-07-29rb_funcallvnobu
2016-07-28* vm.c, internal.h: remove RubyVM::Env class and all of env objectsko1
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-06vm_insnhelper.c: check symbol proc to thrownobu
2016-05-17[Feature #12005] Unify Fixnum and Bignum into Integerakr
2016-05-15vm_insnhelper.c: deprecated constant in classnobu
2016-05-11 * vm_insnhelper.c (vm_getivar): describe fast-path explicittarui
2016-05-08* configure.in: check function attirbute const and pure,naruse
2016-04-24Revert "vm_insnhelper.c: INLINE condition" [Bug #12316]naruse
2016-04-24vm_insnhelper.c: INLINE conditionnobu
2016-04-24* vm_insnhelper.c (INLINE): cosmetic change.ktsj
2016-04-24* vm_insnhelper.c (INLINE): disbale r54738 if __NO_INLINE__ is defined.ktsj
2016-04-24Disable r54738 if clangnobu
2016-04-23* vm_insnhelper.c (INLINE): define as `inline` when it is optimized.naruse
2016-04-23vm_insnhelper.c: getivar setivar optimizationnobu
2016-04-23vm_insnhelper.c: missing static to inlinenobu
2016-04-23* vm_insnhelper.c (vm_getivar): specify inline instead of static inline.naruse
2016-04-22* variable.c: use uint32_t instead of long to avoid confusion aboutnaruse
2016-03-31* gc.c (gc_marks_finish): fix syntax error.ko1
2016-02-28NoMethodError#private_call?nobu
2016-01-24vm_insnhelper.c (vm_check_if_namespace): tiny size reductionnormal
2016-01-13vm_eval.c: fstring formatnobu
2015-12-22* vm_insnhelper.c: move vm_callee_setup_block_arg() (and relatedko1
2015-12-16* vm_insnhelper.c (vm_call_method_each_type): should not set fastpathko1
2015-12-14* compile.c: fix typos.hsbt
2015-12-12vm_insnhelper.c: adjust indent [ci skip]nobu
2015-12-12* vm_insnhelper.c (vm_call_method_missing): method_missing shouldshugo
2015-12-08* introduce new ISeq binary format serializer/de-serializerko1
2015-11-20* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko1
2015-11-18* method.h: introduce the folliwing field and macros.ko1
2015-11-13* refactoring CREF related code.ko1
2015-10-31revert r52402ko1
2015-10-31vm_insnhelper.c: get rid of copying garbagenobu
2015-10-31* vm_insnhelper.c (vm_search_super_method): do not touch `ci' here.ko1
2015-10-29* insns.def (getinlinecache/setinlinecache): compare ic->ic_cref andko1
2015-10-29* vm_insnhelper.c (vm_env_cref): make it inline for performance.ko1
2015-10-29* vm_insnhelper.c (vm_check_frame_detail): should require me forko1
2015-10-29vm_insnhelper.c: use enum and fix typonobu
2015-10-24vm_insnhelper.c: improved error message for "wrong numberduerst
2015-10-24* vm_insnhelper.c: remove the typedef redeclaration ofshugo
2015-10-23* vm_insnhelper.c: introduce new call handler for simple ISeqs.ko1
2015-10-17vm_insnhelper.c: suppress a warningnobu
2015-10-16vm_args.c: symbol procnobu