summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2012-08-05remove OP_MOVE just before OP_RETURNYukihiro Matsumoto
2012-08-04super look-up scheme fixed; close #415Yukihiro Matsumoto
2012-08-03define_method to copy block bodyYukihiro Matsumoto
2012-08-03mrb_singleton_class should raise TypeError for immediate objectsYukihiro Matsumoto
2012-08-03mrb_define_method_vm should update target_classYukihiro Matsumoto
2012-08-02Merge pull request #414 from monaka/pr-fix-memory-reak-in-mrb_reallocYukihiro "Matz" Matsumoto
2012-08-03Fix a memory leak in mrb_realloc().Masaki Muranaka
2012-08-03update regs after cfunc call [2]Yukihiro Matsumoto
2012-08-03update regs after cfunc callYukihiro Matsumoto
2012-08-02struct.c refactoringYukihiro Matsumoto
2012-08-02use mrb_obj_equal to check poolYukihiro Matsumoto
2012-08-02mrb_get_args("&") gave wrong valueYukihiro Matsumoto
2012-08-02Time.new may not take any argumentYukihiro Matsumoto
2012-08-02small return optimization: use R0 to set return value if possibleYukihiro Matsumoto
2012-08-02wrong return value from empty block/lambdaYukihiro Matsumoto
2012-08-02keep minimal stack space (recv and blk)Yukihiro Matsumoto
2012-08-02stack pos should be adjusted for CFUNC OP_EXECYukihiro Matsumoto
2012-08-02mrb_check_convert_type should always return nil on errorYukihiro Matsumoto
2012-08-02reduce invoking mrb_intern from convert_typeYukihiro Matsumoto
2012-08-02reduce invoking const_missingYukihiro Matsumoto
2012-08-02protect return value from mrb_funcallYukihiro Matsumoto
2012-08-02remove OP_LOADNIL from NODE_OP_ASGNYukihiro Matsumoto
2012-08-02move OP_LOADNIL just before OP_SEND to improve performance on some platformsYukihiro Matsumoto
2012-08-01should not leave open code on syntax errors; close #413Yukihiro Matsumoto
2012-08-01make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...Yukihiro Matsumoto
2012-08-01restore arena index after funcallYukihiro Matsumoto
2012-08-01no OP_LOADNIL for operators (OP_ADD, etc)Yukihiro Matsumoto
2012-08-01add cast to pacify optimizerYukihiro Matsumoto
2012-08-01some test requires double precisionYukihiro Matsumoto
2012-08-01add Math::TOLERANCEYukihiro Matsumoto
2012-08-01too much peephole optimizationYukihiro Matsumoto
2012-08-01remove stupid debug printYukihiro Matsumoto
2012-08-01float do not have enough precision to round if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-08-01float do not have enough precision to represent Fixnum if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-07-31float do not have enough precision if MRB_USE_FLOAT is setYukihiro Matsumoto
2012-07-31codegen optimization based on http://d.hatena.ne.jp/mirichi/20120730/p1 [Japa...Yukihiro Matsumoto
2012-07-31space and newline reformattingYukihiro Matsumoto
2012-07-31Merge branch 'master' of github.com:mruby/mrubyYukihiro Matsumoto
2012-07-31add some benchmark programsYukihiro Matsumoto
2012-07-31Merge pull request #412 from monaka/pr-add-parameter-for-poolYukihiro "Matz" Matsumoto
2012-07-31Merge pull request #410 from monaka/pr-remove-redundant-code-inmrb_array_agetYukihiro "Matz" Matsumoto
2012-07-31POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.Masaki Muranaka
2012-07-31Remove redundant code in mrb_array_aget().Masaki Muranaka
2012-07-31mark mrb->exc objectYukihiro Matsumoto
2012-07-31reduce restoration of arena_idx in vm loopYukihiro Matsumoto
2012-07-30add description of MRB_IV_INITIAL_SIZEYukihiro Matsumoto
2012-07-30khash refactoring; no more MRB_KHASH_INITIAL_SIZEYukihiro Matsumoto
2012-07-30use const MRB_IV_INITIAL_SIZEYukihiro Matsumoto
2012-07-30add description of MRB_HEAP_PAGE_SIZEYukihiro Matsumoto
2012-07-30better mrbconf decsriptionYukihiro Matsumoto