forked from jnthn/6model
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
remove use of LocalsOptimizer from try.bat; fix off-by-one in Dispatc…
…hCache.lua (gives 60% reduction in runtime of decrement/compare microbenchmark)
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| @nmake /nologo >NUL | ||
| @rem nmake /nologo >NUL | ||
| @echo dofile('RakudoRuntime.lua');> x.lua | ||
| @parrot compile.pir %1 >> x.lua | ||
| @luajit LocalsOptimizer.lua x.lua > y.lua | ||
| @rem type x.lua > y.lua | ||
| @rem luajit LocalsOptimizer.lua x.lua > y.lua | ||
| @type x.lua > y.lua | ||
| @echo LastMain(); >> y.lua | ||
| @echo --- | ||
| @luajit y.lua |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters