* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7da562e740
commit
3cf42a0b2d
@ -1,6 +1,6 @@
|
|||||||
Sun Jun 23 05:41:32 2013 Koichi Sasada <ko1@atdot.net>
|
Sun Jun 23 05:41:32 2013 Koichi Sasada <ko1@atdot.net>
|
||||||
|
|
||||||
* class.c (rb_include_class_new), eval.c (rb_using_refinement):
|
* class.c (rb_include_class_new), eval.c (rb_using_refinement):
|
||||||
make classes/modules (who share method table) shady.
|
make classes/modules (who share method table) shady.
|
||||||
If module `a' and `b' shares method table m_tbl and new method
|
If module `a' and `b' shares method table m_tbl and new method
|
||||||
with iseq is added, then write barrier is applied only `a' or `b'.
|
with iseq is added, then write barrier is applied only `a' or `b'.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user