Compiler::init_c1_runtime creates an Arena to initialize some values that live for the lifetime of the process. These values are not that large, so most of the chunk allocated by the Arena is wasted. We should just statically allocate and initialize these values and remove the usage of the arena.
Compiler::init_c1_runtime unnecessarily uses an Arena that lives for the lifetime of the process
-
Justin King
-
Justin King
- Votes:
-
0 Vote for this issue
- Watchers:
-
4 Start watching this issue
- Created:
- Updated:
- Resolved: