solana/programs/bpf
Dmitri Makarov 2fe211c5e0
Remove O2 option for compiling BPF programs (#17865)
rustc default compiler optimization level is O3. This change removes
the option that overrides the default optimization level, because it
is safe to do so.  The code generation is incorrect in some cases
because of link-time optimizations, which remain disabled for
compiling BPF programs.  In addition, this commit updates the expected
instruction counts for assert_instruction_count test.
2021-06-10 05:04:17 +00:00
..
benches Enforce host aligned memory for program regions (#16590) 2021-04-20 11:07:30 -07:00
c Blake3 syscall (#17358) 2021-06-08 11:04:10 -07:00
rust Blake3 syscall (#17358) 2021-06-08 11:04:10 -07:00
tests Remove O2 option for compiling BPF programs (#17865) 2021-06-10 05:04:17 +00:00
.gitignore
Cargo.lock chore: bump nix from 0.19.0 to 0.20.0 (#17853) 2021-06-09 18:01:26 +00:00
Cargo.toml Add memory operation syscalls (#16447) 2021-06-01 15:33:17 -07:00
build.rs Add memory operation syscalls (#16447) 2021-06-01 15:33:17 -07:00