Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add missing write barrier in IOU_initialize
Since it's the initialize method, it's extremely unlikely that `self` would have reached the old generation, hence almost impossible to run into this bug short of using `GC.stress`. But still, that write barrier is technically needed.
- Loading branch information