Skip to content

Commit

Permalink
Allocating objects with newTenured instead of newPinned.
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanmontt committed Jun 18, 2024
1 parent 3809f99 commit 3783d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IllimaniProfiler/IllObjectLifetimesProfiler.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ IllObjectLifetimesProfiler >> initialize [
{ #category : 'profiling' }
IllObjectLifetimesProfiler >> internalRegisterAllocation: anObject [

ephemeronsCollection add: (IllEphemeron newPinned
ephemeronsCollection add: (IllEphemeron newTenured
key: anObject value: nil;
yourself)
]
Expand Down

0 comments on commit 3783d84

Please sign in to comment.