summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-16* benchmark/bm_vm2_dstr.rb: add a benchmark to measureko1
2012-10-16* compile.c (compile_dstr_fragments): use `putobject' instead ofko1
2012-10-16* thread.c (rb_threadptr_interrupt_mask): fix to check interruptko1
2012-10-16* vm_insnhelper.c (vm_call_method): fix to return value immediately.ko1
2012-10-16* hash.c (initialize_copy): copy the underlying st_table on dup,tenderlove
2012-10-16* vm_insnhelper.c (vm_call_iseq_setup_2): separate tailcall and normalko1
2012-10-16* benchmark/bm_vm1_yield.rb: add a benchmark to measure `yield'ko1
2012-10-16* vm_insnhelper.c (vm_invoke_block): vm_caller_setup_args() can skipko1
2012-10-16* vm_insnhelper.c (vm_getivar, vm_setivar): support index inline cacheko1
2012-10-16* 2012-10-17svn
2012-10-16* method.h(rb_method_definition_struct): remove a comma after the last elementnagachika
2012-10-16* benchmark/driver.rb (show_results): Show speedup ratioko1
2012-10-16* benchmark/driver.rb: some refactoring.ko1
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu
2012-10-16fix typoskazu
2012-10-16file.c: hide resultnobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: ASCII-compatiblenobu
2012-10-16file.c: check_path_encodingnobu
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-16* test/ruby/test_regexp.rbusa
2012-10-15* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): fix wrong condition.ko1
2012-10-15* vm_insnhelper.c (vm_call_method): disable CI_SET_FASTPATH() ifko1
2012-10-15* method.h: introduce new method type VM_METHOD_TYPE_CFUNC_FAST.ko1
2012-10-15* vm_insnhelper.h (CI_SET_FASTPATH): add new parameter `enabled'.ko1
2012-10-15* vm_core.h (VM_CALL_*): rename VM_CALL_*_BITko1
2012-10-15* 2012-10-16svn
2012-10-15ChangeLog: fix a typo of r37185.nagachika
2012-10-15envutil.rb: file_assertionnobu
2012-10-15* benchmark/: add missing spaces around assignment operators (= and +=) forkou
2012-10-15* vm_eval.c: fix a typo.kou
2012-10-15fix typoskazu
2012-10-15* properties.nobu
2012-10-15vm_insnhelper.c: suppress warningsnobu
2012-10-15* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): skip CI_SET_FASTPATH() ifko1
2012-10-14* vm_insnhelper.h CI_SET_FASTPATH: introduce new macroko1
2012-10-14* vm_insnhelper.c: refactoring.ko1
2012-10-14* benchmark/bm_vm1_attr_ivar(_set).rb: added (for method dispatch speed).ko1
2012-10-14* vm_eval.c (vm_call0_body): add new function.ko1
2012-10-14remove garbage linenobu
2012-10-14* 2012-10-15svn
2012-10-14* insns.def (send, invokesuper, invokeblock, opt_*), vm_core.h:ko1
2012-10-14fix a typokazu
2012-10-14* 2012-10-14svn
2012-10-14ruby.c: passing blocknobu
2012-10-13* regparse.c (parse_char_class): should match with a hyphen after ausa
2012-10-12file.c: GC guardnobu
2012-10-12* test/ruby/test_regexp.rbusa
2012-10-12* 2012-10-13svn