You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I fixed stress test for ImmixAllocator I implemented require_new_block in a way that had a side-effect of attempting to recycle lines/blocks. Back then I thought this wouldn't cause issues but I believe I've recently triggered a bug in my port that is caused by this. Ideally the stress test should be side-effect free. The issue is that the current code isn't architected in a way that makes it easy to do. For example, the associated ImmixSpace may end up popping recyclable blocks and update the hole searching line field in the current implementation.
The text was updated successfully, but these errors were encountered:
k-sareen
changed the title
Stress test for ImmixAllocator should not attempt to recycle lines/blocks
Stress test for ImmixAllocator should not change limits of the allocator
Sep 17, 2024
When I fixed stress test for
ImmixAllocator
I implementedrequire_new_block
in a way that had a side-effect of attempting to recycle lines/blocks. Back then I thought this wouldn't cause issues but I believe I've recently triggered a bug in my port that is caused by this. Ideally the stress test should be side-effect free. The issue is that the current code isn't architected in a way that makes it easy to do. For example, the associatedImmixSpace
may end up popping recyclable blocks and update the hole searching line field in the current implementation.The text was updated successfully, but these errors were encountered: