ruby-changes:50594
From: k0kubun <ko1@a...>
Date: Tue, 13 Mar 2018 21:32:38 +0900 (JST)
Subject: [ruby-changes:50594] k0kubun:r62742 (trunk): mjit_compile.c: remove unintended definition
k0kubun 2018-03-13 21:32:31 +0900 (Tue, 13 Mar 2018) New Revision: 62742 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=62742 Log: mjit_compile.c: remove unintended definition Actually r62741 defined the macro... It wasn't intentional. Modified files: trunk/mjit_compile.c Index: mjit_compile.c =================================================================== --- mjit_compile.c (revision 62741) +++ mjit_compile.c (revision 62742) @@ -78,8 +78,6 @@ compile_case_dispatch_each(VALUE key, VA https://github.com/ruby/ruby/blob/trunk/mjit_compile.c#L78 return ST_CONTINUE; } -#define MJIT_COMMENT_ID 0 - /* Calling rb_id2str in MJIT worker causes random SEGV. So this is disabled by default. */ static void comment_id(FILE *f, ID id) -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/