14 Apr
2011
14 Apr
'11
1:38 a.m.
Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: ad93f8361db69b7d93fffe0dd1c216f10e6a85d1 https://github.com/MacRuby/MacRuby/commit/ad93f8361db69b7d93fffe0dd1c216f10e... Author: Watson <watson1978@gmail.com> Date: 2011-04-13 (Wed, 13 Apr 2011) Changed paths: M string.c Log Message: ----------- use rb_vm_call in String#match, instead of rb_funcall2. because rb_vm_call has better performance.