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

ruby-changes:60780

From: Nobuyoshi <ko1@a...>
Date: Wed, 15 Apr 2020 12:40:43 +0900 (JST)
Subject: [ruby-changes:60780] de2afcbf0c (master): Show heading for update_catch_except_flags

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

From de2afcbf0c4c058732997065fa8e6bcaebee9890 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Wed, 15 Apr 2020 12:28:31 +0900
Subject: Show heading for update_catch_except_flags


diff --git a/compile.c b/compile.c
index d294faa..d900db6 100644
--- a/compile.c
+++ b/compile.c
@@ -1418,6 +1418,7 @@ iseq_setup(rb_iseq_t *iseq, LINK_ANCHOR *const anchor) https://github.com/ruby/ruby/blob/trunk/compile.c#L1418
     debugs("[compile step 5 (iseq_translate_threaded_code)] \n");
     if (!rb_iseq_translate_threaded_code(iseq)) return COMPILE_NG;
 
+    debugs("[compile step 6 (update_catch_except_flags)] \n");
     update_catch_except_flags(iseq->body);
 
     if (compile_debug > 1) {
-- 
cgit v0.10.2


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

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