Permalink
Please sign in to comment.
Browse files
Refactoring: arena is no longer optional.
We could have a NullArena or CompletionArena later. Misc shell functions: - Trying to figure out why abuild runtime is also slow. - Look at what it takes to run Aboriginal Linux build scripts.
- Loading branch information...
Showing
with
89 additions
and 52 deletions.
- +13 −0 benchmarks/pytrace.sh
- +6 −6 bin/oil.py
- +4 −2 core/cmd_exec_test.py
- +1 −1 core/completion.py
- +1 −1 core/completion_test.py
- +1 −1 core/lexer.py
- +4 −4 core/reader.py
- +8 −6 core/reader_test.py
- +6 −5 core/shell_test.py
- +3 −1 osh/bool_parse_test.py
- +1 −1 osh/cmd_parse.py
- +2 −2 osh/cmd_parse_test.py
- +13 −11 osh/lex_test.py
- +10 −10 osh/parse_lib.py
- +1 −1 osh/word_parse_test.py
- +15 −0 test/wild.sh
Oops, something went wrong.
0 comments on commit
7810a62