-
-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix small chunk finaliser bug (#2257)
Prior to this commit there was a bug which prevented the finaliser from running for the first slot of a small `chunk` in an actors `heap`. This would result in incorrect behavior but only on a subset of all objects created depending on which slot in a small chunk the object happened to occupy. This commit fixes this issue and also adds a test to catch the issue to prevent regression.
- Loading branch information
Showing
2 changed files
with
43 additions
and
2 deletions.
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
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