index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-08-03
update regs after cfunc call
Yukihiro Matsumoto
2012-08-02
struct.c refactoring
Yukihiro Matsumoto
2012-08-02
use mrb_obj_equal to check pool
Yukihiro Matsumoto
2012-08-02
mrb_get_args("&") gave wrong value
Yukihiro Matsumoto
2012-08-02
Time.new may not take any argument
Yukihiro Matsumoto
2012-08-02
small return optimization: use R0 to set return value if possible
Yukihiro Matsumoto
2012-08-02
wrong return value from empty block/lambda
Yukihiro Matsumoto
2012-08-02
keep minimal stack space (recv and blk)
Yukihiro Matsumoto
2012-08-02
stack pos should be adjusted for CFUNC OP_EXEC
Yukihiro Matsumoto
2012-08-02
mrb_check_convert_type should always return nil on error
Yukihiro Matsumoto
2012-08-02
reduce invoking mrb_intern from convert_type
Yukihiro Matsumoto
2012-08-02
reduce invoking const_missing
Yukihiro Matsumoto
2012-08-02
protect return value from mrb_funcall
Yukihiro Matsumoto
2012-08-02
remove OP_LOADNIL from NODE_OP_ASGN
Yukihiro Matsumoto
2012-08-02
move OP_LOADNIL just before OP_SEND to improve performance on some platforms
Yukihiro Matsumoto
2012-08-01
should not leave open code on syntax errors; close #413
Yukihiro Matsumoto
2012-08-01
make mrb_funcall_argv and mrb_funcall_with_block to take mrb_sym as a method ...
Yukihiro Matsumoto
2012-08-01
restore arena index after funcall
Yukihiro Matsumoto
2012-08-01
no OP_LOADNIL for operators (OP_ADD, etc)
Yukihiro Matsumoto
2012-08-01
add cast to pacify optimizer
Yukihiro Matsumoto
2012-08-01
some test requires double precision
Yukihiro Matsumoto
2012-08-01
add Math::TOLERANCE
Yukihiro Matsumoto
2012-08-01
too much peephole optimization
Yukihiro Matsumoto
2012-08-01
remove stupid debug print
Yukihiro Matsumoto
2012-08-01
float do not have enough precision to round if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-08-01
float do not have enough precision to represent Fixnum if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-07-31
float do not have enough precision if MRB_USE_FLOAT is set
Yukihiro Matsumoto
2012-07-31
codegen optimization based on http://d.hatena.ne.jp/mirichi/20120730/p1 [Japa...
Yukihiro Matsumoto
2012-07-31
space and newline reformatting
Yukihiro Matsumoto
2012-07-31
Merge branch 'master' of github.com:mruby/mruby
Yukihiro Matsumoto
2012-07-31
add some benchmark programs
Yukihiro Matsumoto
2012-07-31
Merge pull request #412 from monaka/pr-add-parameter-for-pool
Yukihiro "Matz" Matsumoto
2012-07-31
Merge pull request #410 from monaka/pr-remove-redundant-code-inmrb_array_aget
Yukihiro "Matz" Matsumoto
2012-07-31
POOL_ALIGNMENT POOL_PAGE_SIZE : Configurable parameters.
Masaki Muranaka
2012-07-31
Remove redundant code in mrb_array_aget().
Masaki Muranaka
2012-07-31
mark mrb->exc object
Yukihiro Matsumoto
2012-07-31
reduce restoration of arena_idx in vm loop
Yukihiro Matsumoto
2012-07-30
add description of MRB_IV_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
khash refactoring; no more MRB_KHASH_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
use const MRB_IV_INITIAL_SIZE
Yukihiro Matsumoto
2012-07-30
add description of MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-30
better mrbconf decsription
Yukihiro Matsumoto
2012-07-30
iv khash initial size to 8
Yukihiro Matsumoto
2012-07-30
allow specifying khash initial size
Yukihiro Matsumoto
2012-07-30
Merge pull request #409 from monaka/pr-configurable-initial_hash_size
Yukihiro "Matz" Matsumoto
2012-07-30
MRB_INITIAL_HASH_SIZE : Make the initial hash size configurable.
Masaki Muranaka
2012-07-30
configurable MRB_HEAP_PAGE_SIZE
Yukihiro Matsumoto
2012-07-30
remove __STDC_LIMIT_MACROS for INT32_MAX
Yukihiro Matsumoto
2012-07-30
fixed the comment English
Yukihiro Matsumoto
2012-07-29
Merge pull request #407 from silverhammermba/cpp
Yukihiro "Matz" Matsumoto
[next]