aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 15:23:06 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 15:23:06 +0000
commitb3d3d52cd69cb6ea3848e5eb5b4b18318850142f (patch)
tree55576e9e09c53ecd786f0798d54eeb0c2720e89a /ChangeLog
parent4e612fa60865f86322f8bf01ce5ad78ffe870d1d (diff)
downloadruby-b3d3d52cd69cb6ea3848e5eb5b4b18318850142f.tar.gz
ruby.h: optimize rb_scan_args_set
* include/ruby/ruby.h (rb_scan_args_set): check the arity after adjusting argc for an option hash, for optimization in simpler cases. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1be3a9e146..13d7b3efb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 25 00:23:05 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * include/ruby/ruby.h (rb_scan_args_set): check the arity after
+ adjusting argc for an option hash, for optimization in simpler
+ cases.
+
Wed May 25 00:21:52 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* configure.in (XCFLAGS): merge flags only for ruby itself from