зеркало из https://github.com/github/ruby.git
* compile.c (iseq_peephole_optimize): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
f23e8d87c0
Коммит
155149109a
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Dec 24 21:57:39 2008 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
|
* compile.c (iseq_peephole_optimize): fix typo.
|
||||||
|
|
||||||
Sun Dec 21 13:38:04 2008 Koichi Sasada <ko1@atdot.net>
|
Sun Dec 21 13:38:04 2008 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* vm.c (invoke_block_from_c): fix to point right cfp.
|
* vm.c (invoke_block_from_c): fix to point right cfp.
|
||||||
|
|
|
@ -1629,7 +1629,7 @@ iseq_peephole_optimize(rb_iseq_t *iseq, LINK_ELEMENT *list, const int do_tailcal
|
||||||
* LABEL1:
|
* LABEL1:
|
||||||
* jump LABEL2
|
* jump LABEL2
|
||||||
*
|
*
|
||||||
* => in this case, first jump instruction should jump tp
|
* => in this case, first jump instruction should jump to
|
||||||
* LABEL2 directly
|
* LABEL2 directly
|
||||||
*/
|
*/
|
||||||
diobj = (INSN *)get_destination_insn(iobj);
|
diobj = (INSN *)get_destination_insn(iobj);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче