[前][次][番号順一覧][スレッド一覧]

ruby-changes:28298

From: naruse <ko1@a...>
Date: Thu, 18 Apr 2013 22:56:19 +0900 (JST)
Subject: [ruby-changes:28298] naruse:r40350 (trunk): iseq.c: remove duplicated strings for file paths

naruse	2013-04-18 22:55:56 +0900 (Thu, 18 Apr 2013)

  New Revision: 40350

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=40350

  Log:
    iseq.c: remove duplicated strings for file paths
    
    * iseq.c (iseq_location_setup): re-use existing string when iseq has
      the same path and absolute_path. [Bug #8149]

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 40349)
+++ ChangeLog	(revision 40350)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Wed Apr 17 19:45:27 2013  Aman Gupta  <tmm1@r...>
+
+	* iseq.c (iseq_location_setup): re-use existing string when iseq has
+	  the same path and absolute_path. [Bug #8149]
+
 Wed Apr 17 11:38:37 2013  Nobuyoshi Nakada  <nobu@r...>
 
 	* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]