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
path:
root
/
src
/
vm.c
Age
Commit message (
Expand
)
Author
2013-03-18
Optimize OP_ADD instruction.
Masaki Muranaka
2013-03-17
Merge pull request #1023 from monaka/pr-remove-memmove-from-vm.c
Yukihiro "Matz" Matsumoto
2013-03-17
remove bit-shift operation.
Kurebayashi, Takahiro
2013-03-17
Remove memmove(). Use value_move() instead.
Masaki Muranaka
2013-03-15
obsolete mrb_object; opposite of bc870ce
Yukihiro Matz Matsumoto
2013-03-13
Extract stack zero filling to stack_clear(). Porting evelopers can optimize b...
Masaki Muranaka
2013-03-13
Simplify. Temporary variable "i" is removed.
Masaki Muranaka
2013-03-08
unify mrb_ary_new{,_elts,_from_values}; mrb_ary_from_values() is a winner
Yukihiro Matz Matsumoto
2013-03-05
Replace tabs with spaces
kano4
2013-03-04
Merge pull request #947 from monaka/pr-cleanup-stdio-calls-20130304
Yukihiro "Matz" Matsumoto
2013-03-05
use mrb_str_buf_new to create a buffer to be used by mrb_str_buf_cat
Yukihiro Matz Matsumoto
2013-03-05
Include stdio.h in mrbconf.h instead of C extension sources.
Masaki Muranaka
2013-03-03
Reduce a snprintf() call in localjump_error().
Masaki Muranaka
2013-03-01
format some source code (vm.c)
skandhas
2013-02-26
mrb_funcall_with_block: adj. ci & sp after error
Cremno
2013-02-18
rename hook and macro
Yukihiro Matz Matsumoto
2013-02-17
Created hook at VM code fetch. It's for debugger
Yuichiro MASUI
2013-02-10
should adjust stack size when irep->nregs is larger than allocate size; close...
Yukihiro Matz Matsumoto
2013-02-08
Don't overwrite ciidx if it is already set.
Carson McDonald
2013-01-30
Protect irep of ensure.
Masamitsu MURASE
2013-01-27
Fixes a number of "comparison between signed and unsigned" warnings.
Carson McDonald
2013-01-19
Modify handling of OP_ENTER.
Masamitsu MURASE
2013-01-07
gc.c: Enable DEBUG(x) if GC_DEBUG is defined.
Masaki Muranaka
2012-12-21
should save ciidx in exception raised from VM
Yukihiro Matz Matsumoto
2012-12-21
should raise error on return in block in top-level; close #664
Yukihiro Matz Matsumoto
2012-12-17
should not ignore exception on top-level; close #635
Yukihiro Matz Matsumoto
2012-12-13
fix incorrect integer-overflow checkups in OP_SUB/OP_SUBI case.
skandhas
2012-12-12
Merge pull request #623 from liancheng/master
Yukihiro "Matz" Matsumoto
2012-12-12
Call mrb_gc_arena_save/mrb_gc_arena_restore instead of manipulating arena ind...
Lian Cheng
2012-12-12
save lastpc on exception and use it in mruby stack trace
Yukihiro Matz Matsumoto
2012-12-10
add comment to clarify nregs=2 in cipush; close #610
Yukihiro Matz Matsumoto
2012-12-10
refactor OP_RETURN switch to remove a redundant label and avoid goto
Jan Berdajs
2012-11-22
Keep stack depth and allocation better under control and fix crash on infinit...
Beoran
2012-11-21
handle return from blocks, especially from lambda blocks; close #561
Yukihiro Matz Matsumoto
2012-11-16
should look for outermost scope to return; close #547
Yukihiro Matz Matsumoto
2012-11-04
add new predicates mrb_string_p(),mrb_array_p(),mrb_hash_p()
Yukihiro Matz Matsumoto
2012-11-01
OP_ADDI/OP_SUBI should handle integer overflow; close #518
Yukihiro Matsumoto
2012-10-25
Use substitution instead of memset in structure initialization.
Masaki Muranaka
2012-10-23
mrb_raisef(): new function. Same as previou version of mrb_raise().
Masaki Muranaka
2012-10-21
Avoid memcpy() on copying structures.
Masaki Muranaka
2012-10-20
unexpect break/next/redo/retry should raise LocalJumpError
Yukihiro Matsumoto
2012-10-20
should handle break in rescue
Yukihiro Matsumoto
2012-10-19
shuld handle return in rescue; close #497
Yukihiro Matsumoto
2012-10-04
should handle exception from Ruby implemented method called from funcall; clo...
Yukihiro Matsumoto
2012-09-30
wrong termination of mrb_run on exception; close #480
Yukihiro Matsumoto
2012-09-21
should adjust pc after OP_CALL
Yukihiro Matsumoto
2012-09-20
OP_CALL for cfunc must restore callinfo; close #476
Yukihiro Matsumoto
2012-09-10
OP_EQ should try direct compararison first
Yukihiro Matsumoto
2012-09-10
simplify array generation from mrb_run
Yukihiro Matsumoto
2012-09-10
should have preserved original method name
Yukihiro Matsumoto
[next]