Skip to content

Commit

Permalink
run for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeskells committed Sep 9, 2018
1 parent 47d25ca commit a9eef0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ local-run.sh
*.iml
*.out
.idea/
target/
target/
/params.txt
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,15 @@ sbt dist/mkPack

Usage:

On Unix
```
cd <WORKSPACE>/scala-umad
./run.py -s <WORKSPACE>/scalac_perf/build/pack/ -- -Yparallel-phases:parser,refchecks,patmat -Yparallel-sequential
./run.py -s ../scalac_perf/build/pack/ -- -Yparallel-phases:parser,refchecks,patmat -Yparallel-sequential
```
On Windows
```
cd <WORKSPACE>\scala-umad
.\run.py -s ..\scalac_perf\build\pack\ -- -Yparallel-phases:parser,refchecks,patmat -Yparallel-sequential
```

Umad parameters are before `--`, jvm (scalac) parameters are after.
Expand Down

0 comments on commit a9eef0a

Please sign in to comment.