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

ruby-changes:68945

From: Alan <ko1@a...>
Date: Thu, 21 Oct 2021 08:19:25 +0900 (JST)
Subject: [ruby-changes:68945] 8106a95efb (master): English

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

From 8106a95efb19fa0a11e2cc7ecc4889b216239896 Mon Sep 17 00:00:00 2001
From: Alan Wu <XrXr@u...>
Date: Mon, 19 Apr 2021 18:52:55 -0400
Subject: English

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

diff --git a/yjit_codegen.c b/yjit_codegen.c
index f52de12bf2..b1fa38813a 100644
--- a/yjit_codegen.c
+++ b/yjit_codegen.c
@@ -295,7 +295,7 @@ yjit_entry_prologue(void) https://github.com/ruby/ruby/blob/trunk/yjit_codegen.c#L295
     mov(cb, REG_SP, member_opnd(REG_CFP, rb_control_frame_t, sp));
 
     // Setup cfp->jit_return
-    // TODO: this could use a IP relative LEA instead of an 8 byte immediate
+    // TODO: this could use an IP relative LEA instead of an 8 byte immediate
     mov(cb, REG0, const_ptr_opnd(interp_exit));
     mov(cb, member_opnd(REG_CFP, rb_control_frame_t, jit_return), REG0);
 
-- 
cgit v1.2.1


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

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