Actions
Feature #17270
closedObjectSpace.each_object should be restricted on multi-Ractors
Status:
Closed
Assignee:
-
Target version:
-
Description
Unshareable objects should not be touched from multiple ractors
so ObjectSpace.each_object should be restricted. On multi-ractor
mode, ObjectSpace.each_object only iterates shareable objects
even if running on the main ractor.
Updated by ko1 (Koichi Sasada) about 4 years ago
- Subject changed from ObjectSpace.each_object should be restricted on multi-Racotrs to ObjectSpace.each_object should be restricted on multi-Ractors
Updated by ko1 (Koichi Sasada) about 4 years ago
- Status changed from Open to Closed
Applied in changeset git|ade411465dc054af5ff025531649b69134d74b56.
ObjectSpace.each_object with Ractors
Unshareable objects should not be touched from multiple ractors
so ObjectSpace.each_object should be restricted. On multi-ractor
mode, ObjectSpace.each_object only iterates shareable objects.
[Feature #17270]
Updated by ko1 (Koichi Sasada) about 4 years ago
This proposal was confirmed.
We need to introduce same filter for some other methods...
Actions
Like0
Like0Like0Like0