-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
8314329: AgeTable: add is_clear() & allocation spec, and relax assert…
… to allow use of 0-index slot AgeTable changes: 1. add CHeap allocation spec 2. add a non-product const is_clear() method to check if the age table has only zero entries 3. relax the assertion that the 0th index of the age table is never used, to allow use of that slot Reviewed-by: wkemper, kdnilsen, ayang, shade
- Loading branch information
Y. Srinivas Ramakrishna
committed
Jan 22, 2024
1 parent
0d8543d
commit df370d7
Showing
2 changed files
with
18 additions
and
4 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
df370d7
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Review
Issues