-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
compile.c (iseq_compile_each): reduce needless rb_str_dup
There is no need to dup the fstring unless we want to set the debug ivar for it. [ruby-core:72018] <[email protected]> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53021 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
normal
committed
Dec 10, 2015
1 parent
01c4321
commit 7c41f09
Showing
2 changed files
with
8 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
Thu Dec 10 11:33:34 2015 Eric Wong <[email protected]> | ||
|
||
* compile.c (iseq_compile_each): reduce needless rb_str_dup | ||
[ruby-core:72018] <[email protected]> | ||
|
||
Thu Dec 10 09:32:51 2015 Nobuyoshi Nakada <[email protected]> | ||
|
||
* lib/mkmf.rb, lib/shellwords.rb: disable frozen-string-literal. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters