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

ruby-changes:50389

From: nobu <ko1@a...>
Date: Wed, 21 Feb 2018 09:55:27 +0900 (JST)
Subject: [ruby-changes:50389] nobu:r62505 (trunk): vm_insnhelper.c: no insns_info in jit

nobu	2018-02-21 09:55:22 +0900 (Wed, 21 Feb 2018)

  New Revision: 62505

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

  Log:
    vm_insnhelper.c: no insns_info in jit
    
    * vm_insnhelper.c: instructions info are not used in jit source
      code.  resolved a warning by transform_mjit_header.rb.

  Modified files:
    trunk/vm_insnhelper.c
Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 62504)
+++ vm_insnhelper.c	(revision 62505)
@@ -10,7 +10,9 @@ https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L10
 
 /* finish iseq array */
 #include "insns.inc"
+#ifndef MJIT_HEADER
 #include "insns_info.inc"
+#endif
 #include <math.h>
 #include "constant.h"
 #include "internal.h"

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

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