summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
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
2015-10-10* vm_insnhelper.c (vm_push_frame): initialize other than sp (and ep)ko1
2015-10-10* vm_insnhelper.c (vm_call_iseq_setup_normal): setup sp firstko1
2015-10-10* vm.c (invoke_block_from_c): split this function into severalko1
2015-10-10* gc.c (newobj_of_slowpass): fix typo (pass -> path).ko1
2015-10-10* vm_insnhelper.c (vm_call_method0): do not propagate enable_fastpath,ko1
2015-10-06* vm_insnhelper.c (vm_call_method0): use switch() for visibilitiesko1
2015-10-06* method.h: remove METHOD_ENTRY_SAFE(me) and related codeko1
2015-10-05* vm_insnhelper.c: solve goto spaghetti.ko1
2015-10-01vm_args.c: fix marking symbol ifuncnobu
2015-09-19* vm_core.h: split rb_call_info_t into several structs.ko1
2015-09-12* vm_insnhelper.c (vm_call_iseq_setup_normal): do not clear localko1