Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
CodSpeed Performance ReportMerging #15802 will not alter performanceComparing Summary
Footnotes
|
e7e21b7 to
2e84003
Compare
…import plugin Add `AllocatorPool::new_dual()` to support both standard and fixed-size allocators in a single pool, allowing runtime selection based on file purpose. This reduces memory usage when using the import plugin by using standard allocators (~few MB) for dependency files that are only parsed for module resolution, while reserving fixed-size allocators (~2 GiB address space) only for entry files that need linting with JS plugins. Fixes #15799
2e84003 to
37e4ce9
Compare
|
We've decided not to pursue this. #15799 (comment) |

Add
AllocatorPool::new_dual()to support both standard and fixed-size allocatorsin a single pool, allowing runtime selection based on file purpose. This reduces
memory usage when using the import plugin by using standard allocators (~few MB)
for dependency files that are only parsed for module resolution, while reserving
fixed-size allocators (~2 GiB address space) only for entry files that need
linting with JS plugins.
Fixes #15799