issues
search
solana-labs
/
rbpf
Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
277
stars
169
forks
source link
Refactor - reduce usage of `REGISTER_OTHER_SCRATCH`
#596
Closed
Lichtso
closed
1 month ago
Lichtso
commented
1 month ago
Reduces the machinecode emitted for:
internal immediate calls from 60 to 47 (-22%)
internal register calls from 67 to 36 (-46%)
Reduces the machinecode emitted for: