aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-09 03:39:02 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-10-09 03:39:02 +0000
commit3cb3966838601acf6490c30077f482dafe4db2d7 (patch)
tree5a6bea763b6cfaced67fb3e9a20055314cd1ba52 /ChangeLog
parentf3754f57cb89ccbf36288555507954debd00567a (diff)
downloadruby-3cb3966838601acf6490c30077f482dafe4db2d7.tar.gz
hash.c (rb_any_hash): remove unnecessary dsym check
gcc (Debian 4.7.2-5) 4.7.2 on x86 generates smaller code this way, as it does not seem to be able to reuse the result of SPECIAL_CONST_P. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a1dc1fa1a..95ef500b2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 9 12:38:28 2014 Eric Wong <e@80x24.org>
+
+ * hash.c (rb_any_hash): remove unnecessary dsym check
+
Thu Oct 9 07:20:30 2014 Rei Odaira <Rei.Odaira@gmail.com>
* missing/setproctitle.c: Avoid invalidating argv[1], argv[2],