solana-labs / rbpf

Rust virtual machine and JIT compiler for eBPF programs
Apache License 2.0
272 stars 163 forks source link

use only required goblin features #577

Closed kevinheavey closed 2 months ago

kevinheavey commented 3 months ago

By default goblin includes features that this crate doesn't use. Removing them cuts down compile time by 13% on my machine

Lichtso commented 3 months ago

The goblin parser will be removed entirely soon anyway: #551

Lichtso commented 2 months ago

Done