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

ruby-changes:51390

From: normal <ko1@a...>
Date: Thu, 7 Jun 2018 10:14:18 +0900 (JST)
Subject: [ruby-changes:51390] normal:r63596 (trunk): iseq.h (struct iseq_compile_data): remove cached_const field

normal	2018-06-07 10:14:09 +0900 (Thu, 07 Jun 2018)

  New Revision: 63596

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63596

  Log:
    iseq.h (struct iseq_compile_data): remove cached_const field
    
    Nobody uses it, and "git log -p -Scached_const" shows it's ever
    been used in public history.

  Modified files:
    trunk/iseq.h
Index: iseq.h
===================================================================
--- iseq.h	(revision 63595)
+++ iseq.h	(revision 63596)
@@ -94,7 +94,6 @@ struct iseq_compile_data { https://github.com/ruby/ruby/blob/trunk/iseq.h#L94
     VALUE for_iseq;
     struct iseq_compile_data_ensure_node_stack *ensure_node_stack;
     int loopval_popped;	/* used by NODE_BREAK */
-    int cached_const;
     struct iseq_compile_data_storage *storage_head;
     struct iseq_compile_data_storage *storage_current;
     int last_line;

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

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