Open
Bug 1866208
Opened 1 year ago
Updated 4 months ago
PHC should not statically compile page sizes on some platforms
Categories
(Core :: Memory Allocator, enhancement)
Core
Memory Allocator
Tracking
()
NEW
People
(Reporter: pbone, Unassigned)
References
(Blocks 1 open bug)
Details
Some platforms/architectures can be configured with different page sizes (eg aarch64). We should configure the page size at runtime on these platforms while continuing to statically compile it when we know it (eg on x86_64).
This will also extend PHC's support onto those platforms.
We must solve Bug 1864828 first since increasing the page size without decreasing the PHC area size would consume extra memory, so it's best to have a configurable PHC area size first.
You need to log in
before you can comment on or make changes to this bug.
Description
•