Add a ticket number for last commit.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-04-12 01:47:31 +00:00
parent ee7f8d4805
commit 45b3509ce1

View File

@ -7,8 +7,7 @@ Wed Apr 11 17:16:49 2012 Koichi Sasada <ko1@atdot.net>
because VM push all contents of the literal onto VM stack to because VM push all contents of the literal onto VM stack to
make an array (or hash). To solve this issue, we make several make an array (or hash). To solve this issue, we make several
arrays (hashes) and concatenate them to make a big array (hash) arrays (hashes) and concatenate them to make a big array (hash)
object. object. [ruby-dev:37701] [Bug #982]
??
* compile.c (iseq_compile_each, setup_args): use modified * compile.c (iseq_compile_each, setup_args): use modified
compile_array. compile_array.