forked from solana-labs/rbpf
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor - Halves memory needed for
pc_section
of JIT compiled prog…
…rams (#11) * Address offsetting via indirection of the load instruction. * Groups the instructions of `self.emit_profile_instruction_count(None);`. * Stores text_section relative offsets in pc_section instead of absolute addresses. * Stores u32 instead of u64 elements in pc_section. * Spills to MMX register and uses 64 bit load immediate.
- Loading branch information
Showing
1 changed file
with
32 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters