ruby-changes:2058
From: ko1@a...
Date: 28 Sep 2007 20:57:44 +0900
Subject: [ruby-changes:2058] akr - Ruby:r13549 (trunk): rb_classext_t member order exchanged to
akr 2007-09-28 20:57:30 +0900 (Fri, 28 Sep 2007)
New Revision: 13549
Modified files:
trunk/include/ruby/ruby.h
Log:
rb_classext_t member order exchanged to
make frequently accessed member at first.
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/ruby.h?r1=13549&r2=13548
Index: include/ruby/ruby.h
===================================================================
--- include/ruby/ruby.h (revision 13548)
+++ include/ruby/ruby.h (revision 13549)
@@ -431,8 +431,8 @@
};
typedef struct {
+ VALUE super;
struct st_table *iv_tbl;
- VALUE super;
} rb_classext_t;
struct RClass {
--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml