[ruby-cvs:51379] ko1:r44234 (trunk): * vm_method.c (rb_method_entry_make): fix WB miss.
ko1 at ruby-lang.org
ko1 at ruby-lang.org
Mon Dec 16 16:46:49 JST 2013
ko1 2013-12-16 16:46:48 +0900 (Mon, 16 Dec 2013)
New Revision: 44234
http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44234
Log:
* vm_method.c (rb_method_entry_make): fix WB miss.
Note that rb_method_entry_t::klass is not constified.
We may constify this field.
* test/ruby/test_alias.rb: add a test.
Modified files:
trunk/ChangeLog
trunk/test/ruby/test_alias.rb
trunk/vm_method.c
More information about the ruby-cvs
mailing list