-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* gc.c (obj_free): doesn't free a method table if it doesn't
exits. [ruby-dev:44436] * test/ruby/test_gc.rb (class TestGc): added the test case for this issue. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
1 parent
92b6597
commit e2f4f34
Showing
3 changed files
with
24 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Mon May 28 12:03:04 2012 Narihiro Nakamura <[email protected]> | ||
|
||
* gc.c (obj_free): doesn't free a method table if it doesn't | ||
exits. [ruby-dev:44436] | ||
* test/ruby/test_gc.rb (class TestGc): added the test case for | ||
this issue. | ||
|
||
Sun May 27 23:37:48 2012 Koichi Sasada <[email protected]> | ||
|
||
* benchmark/bm_vm1_lvar_init.rb: added. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters