> This PR is based on the work of @mernst-github and aims to implement an 
> _internal_ thread-local 'stack' allocator, which works like a dynamically 
> sized arena, but with reset functionality to reset the allocated size back to 
> a certain level. The underlying memory could stay around between calls, which 
> could improve performance.
> 
> Re-allocated segments are not zeroed between allocations.

Per Minborg has updated the pull request incrementally with one additional 
commit since the last revision:

  Address comments

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/24829/files
  - new: https://git.openjdk.org/jdk/pull/24829/files/22c384f9..dcce2e94

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=24829&range=06
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=24829&range=05-06

  Stats: 165 lines in 6 files changed: 71 ins; 43 del; 51 mod
  Patch: https://git.openjdk.org/jdk/pull/24829.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/24829/head:pull/24829

PR: https://git.openjdk.org/jdk/pull/24829

Reply via email to