| commit | d77aaa73116aa469cc6b7a0f8a68f3f30fd41962 | [log] [tgz] |
|---|---|---|
| author | Mark Shannon <Mark.Shannon@arm.com> | Thu Jan 22 10:55:49 2026 |
| committer | GitHub <noreply@github.com> | Thu Jan 22 10:55:49 2026 |
| tree | 28bb86580e3ae7f1018422b27938da595aacb03a | |
| parent | fb690c38cafb15e4ccddc52aba37f9470ce201a0 [diff] |
GH-139109: Partial reworking of JIT data structures (GH-144105) * Halve size of buffers by reusing combined trace + optimizer buffers for TOS caching * Add simple buffer struct for more maintainable handling of buffers * Decouple JIT structs from thread state struct * Ensure terminator is added to trace, when optimizer gives up