Skip to content

Commit 3149f14

Browse files
committed
Minor reorg
1 parent a6685d4 commit 3149f14

File tree

1 file changed

+3
-4
lines changed
  • native-image/emit-build-report

1 file changed

+3
-4
lines changed

native-image/emit-build-report/run.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
#!/usr/bin/env bash
22
set -ex
33

4+
cd 1-original
45
javac IthWord.java
56
native-image IthWord --emit build-report
67
./ithword 1
78

8-
cp optimized/IthWord-1.java IthWord.java
9+
cd ../2-optimized
910
javac IthWord.java
1011
native-image IthWord --emit build-report
1112
./ithword 1
12-
cp optimized/IthWord-original.java IthWord.java
1313

14-
cp optimized/IthWord-2.java IthWord.java
14+
cp ../3-optimized
1515
javac IthWord.java
1616
native-image IthWord --emit build-report
1717
./ithword 1
18-
cp optimized/IthWord-original.java IthWord.java

0 commit comments

Comments
 (0)