This increases the parallelism and the usage of TSDs
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/primary32.h | ||
---|---|---|
236–237 | It's not clear why that this is equivalent to the new os release in combined.h. Is this call completely replaced by that call in all circumstances? |
Comment Actions
Add more comment
compiler-rt/lib/scudo/standalone/primary32.h | ||
---|---|---|
236–237 | The call stacks before:
The call stack after:
pushBlocks is the only place we will do proactive page release and we still have that call except that it's detached from pushBlocks |
It's not clear why that this is equivalent to the new os release in combined.h. Is this call completely replaced by that call in all circumstances?