ruby-changes:50841
From: naruse <ko1@a...>
Date: Sat, 31 Mar 2018 22:48:38 +0900 (JST)
Subject: [ruby-changes:50841] naruse:r63048 (trunk): Resurvey performance of RDoc by frozen_string_literal: true [Bug #14654]
naruse 2018-03-31 22:48:32 +0900 (Sat, 31 Mar 2018) New Revision: 63048 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63048 Log: Resurvey performance of RDoc by frozen_string_literal: true [Bug #14654] Modified files: trunk/doc/NEWS-2.5.0 Index: doc/NEWS-2.5.0 =================================================================== --- doc/NEWS-2.5.0 (revision 63047) +++ doc/NEWS-2.5.0 (revision 63048) @@ -416,7 +416,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/doc/NEWS-2.5.0#L416 * It also facilitates supporting new syntax in the future. * Support many new syntaxes of Ruby from the past few years. * Use "frozen_string_literal: true". - This reduces document generation time by 5%. + Performance survey: https://gist.github.com/aycabta/abdfaa75ea8a6877eeb734e942e73800 * Support did_you_mean. * Rubygems -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/