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

ruby-changes:68880

From: Maxime <ko1@a...>
Date: Thu, 21 Oct 2021 08:15:01 +0900 (JST)
Subject: [ruby-changes:68880] 2b522ad9f5 (master): Update yjit_core.c

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

From 2b522ad9f5a5a3baa1fc16b1b45d5d28773d5f67 Mon Sep 17 00:00:00 2001
From: Maxime Chevalier-Boisvert <maximechevalierb@g...>
Date: Tue, 6 Apr 2021 09:38:24 -0400
Subject: Update yjit_core.c

---
 yjit_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yjit_core.c b/yjit_core.c
index 70c7da3291..479a1e9020 100644
--- a/yjit_core.c
+++ b/yjit_core.c
@@ -475,7 +475,7 @@ branch_stub_hit(const uint32_t branch_idx, const uint32_t target_idx, rb_executi https://github.com/ruby/ruby/blob/trunk/yjit_core.c#L475
     dst_addr = cb_get_ptr(cb, p_block->start_pos);
     branch->dst_addrs[target_idx] = dst_addr;
 
-    // Adjust brach shape base on block placement relative to the branch
+    // Adjust brach shape based on block placement relative to the branch
     if (branch->end_pos == p_block->start_pos) {
         branch->shape = (branch_shape_t)target_idx;
     }
-- 
cgit v1.2.1


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

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