Y
Hacker News
new
|
ask
|
show
|
jobs
by
tl2do
122 days ago
I focused on B/op because it was the only apparent weakness I saw. My “reuse” note was about allocation behavior, not false sharing. We’re talking about different concerns.
1 comments
hinkley
122 days ago
Allocation behavior when one core deletes and another adds and they reuse the same memory allocation is what I thought you meant.
Is that what you meant? Because if it is then you now have potential for the problem I described.
link
Is that what you meant? Because if it is then you now have potential for the problem I described.