[ruby-cvs:78847] 100fc2750b (master): fix wmap_finalize.
"Koichi Sasada" <[email protected]> Mon, 23 Dec 2019 17:06:02 +0900 (JST)
| Newsgroups | gmane.comp.lang.ruby.cvs |
|---|---|
| Message-ID | <[email protected]> |
Koichi Sasada 2019-12-23 17:04:31 +0900 (Mon, 23 Dec 2019)
New Revision: 100fc2750b
https://github.com/ruby/ruby/commit/100fc2750b
Log:
fix wmap_finalize.
wmap_finalize expects id2ref() returns a corresponding object
even if the object is dead. Make id2ref_obj_tbl() for this
purpose.
Modified files:
gc.c