mirror of
https://github.com/Noratrieb/brainfuck.git
synced 2026-01-16 06:15:02 +01:00
start with finding dead stores
This commit is contained in:
parent
039b5ea9c7
commit
d5d80f79b7
8 changed files with 181 additions and 56 deletions
|
|
@ -20,6 +20,9 @@ insta = "1.14.0"
|
|||
[profile.release]
|
||||
debug = true
|
||||
|
||||
[profile.dev]
|
||||
opt-level = 3
|
||||
|
||||
[[bench]]
|
||||
name = "opts"
|
||||
harness = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue