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

ruby-changes:52860

From: k0kubun <ko1@a...>
Date: Sun, 14 Oct 2018 14:50:13 +0900 (JST)
Subject: [ruby-changes:52860] k0kubun:r65072 (trunk): vm_insnhelper.c: remove obsoleted comment [ci skip]

k0kubun	2018-10-14 14:50:06 +0900 (Sun, 14 Oct 2018)

  New Revision: 65072

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=65072

  Log:
    vm_insnhelper.c: remove obsoleted comment [ci skip]
    
    see also: r65061

  Modified files:
    trunk/vm_insnhelper.c
Index: vm_insnhelper.c
===================================================================
--- vm_insnhelper.c	(revision 65071)
+++ vm_insnhelper.c	(revision 65072)
@@ -954,7 +954,6 @@ vm_search_const_defined_class(const VALU https://github.com/ruby/ruby/blob/trunk/vm_insnhelper.c#L954
 #define USE_IC_FOR_IVAR 1
 #endif
 
-/* `index` argument is used in MJIT to inline index value of call cache */
 ALWAYS_INLINE(static VALUE vm_getivar(VALUE, ID, IC, struct rb_call_cache *, int));
 static inline VALUE
 vm_getivar(VALUE obj, ID id, IC ic, struct rb_call_cache *cc, int is_attr)

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

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