mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 15:03:46 +00:00
Move backtracking for implements to specific spaces case that it's actually needed for, to avoid excess parsing work in extreme cases
This commit is contained in:
parent
6edfc0aa90
commit
090473434d
4 changed files with 6 additions and 24 deletions
|
@ -28,5 +28,6 @@ fn main() {
|
|||
let input = kind.with_text(&text);
|
||||
let arena = Bump::new();
|
||||
let output = input.parse_in(&arena);
|
||||
eprintln!("memory used: {}", arena.allocated_bytes());
|
||||
println!("{:#?}", output);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue