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

ruby-changes:57222

From: git <ko1@a...>
Date: Thu, 22 Aug 2019 22:47:18 +0900 (JST)
Subject: [ruby-changes:57222] git: efc8970336 (master): * expand tabs. [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=efc8970336

From efc89703365fa787c012370c18803bae67924526 Mon Sep 17 00:00:00 2001
From: git <svn-admin@r...>
Date: Thu, 22 Aug 2019 22:47:05 +0900
Subject: * expand tabs. [ci skip]

Tabs are expanded because previously the file did not have any tab indentation.
Please update your editor config, and use misc/expand_tabs.rb in the pre-commit hook.

diff --git a/mjit.c b/mjit.c
index 88c0d83..26a2a4e 100644
--- a/mjit.c
+++ b/mjit.c
@@ -122,7 +122,7 @@ mjit_update_references(const rb_iseq_t *iseq) https://github.com/ruby/ruby/blob/trunk/mjit.c#L122
         iseq->body->jit_unit->iseq = (rb_iseq_t *)rb_gc_location((VALUE)iseq->body->jit_unit->iseq);
         // We need to invalidate JIT-ed code for the ISeq because it embeds pointer addresses.
         // To efficiently do that, we use the same thing as TracePoint and thus everything is cancelled for now.
-	// See mjit.h and tool/ruby_vm/views/_mjit_compile_insn.erb for how `mjit_call_p` is used.
+        // See mjit.h and tool/ruby_vm/views/_mjit_compile_insn.erb for how `mjit_call_p` is used.
         mjit_call_p = false; // TODO: instead of cancelling all, invalidate only this one and recompile it with some threshold.
     }
 
-- 
cgit v0.10.2


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

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