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

ruby-changes:51778

From: k0kubun <ko1@a...>
Date: Wed, 18 Jul 2018 00:15:36 +0900 (JST)
Subject: [ruby-changes:51778] k0kubun:r63990 (trunk): insns.def: remove redundant ifndef in r63988

k0kubun	2018-07-18 00:15:31 +0900 (Wed, 18 Jul 2018)

  New Revision: 63990

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

  Log:
    insns.def: remove redundant ifndef in r63988
    
    By the way, the original patch of r63988 was provided by wanabe:
    https://github.com/wanabe/ruby/tree/local-stack
    
    but I forgot to add his credit in the previous commit message.

  Modified files:
    trunk/insns.def
Index: insns.def
===================================================================
--- insns.def	(revision 63989)
+++ insns.def	(revision 63990)
@@ -1270,9 +1270,7 @@ opt_aset_with https://github.com/ruby/ruby/blob/trunk/insns.def#L1270
     else {
 #ifndef MJIT_HEADER
         PUSH(recv);
-#ifndef MJIT_HEADER
         PUSH(rb_str_resurrect(key));
-#endif
         PUSH(val);
         ADD_PC(-WIDTH_OF_opt_send_without_block);
 #endif

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

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