Skip to content

Commit

Permalink
#69 a bit faster
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Nov 1, 2024
1 parent 18ea4a4 commit d85e5f4
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions src/main/resources/org/eolang/hone/scaffolding/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ fi
mvn "${opts[@]}" \
jeo:disassemble \
"-Djeo.disassemble.sourcesDir=${TARGET}/classes" \
"-Djeo.disassemble.outputDir=${TARGET}/generated-sources/jeo-disassemble"

mvn "${opts[@]}" \
"-Djeo.disassemble.outputDir=${TARGET}/generated-sources/jeo-disassemble" \
eo:xmir-to-phi \
"-Deo.phiInputDir=${TARGET}/generated-sources/jeo-disassemble" \
"-Deo.phiOutputDir=${TARGET}/generated-sources/phi"
Expand Down Expand Up @@ -91,14 +89,10 @@ done < <(find "$(realpath "${from}")" -name '*.phi' -type f -exec realpath --rel
mvn "${opts[@]}" \
eo:phi-to-xmir \
"-Deo.unphiInputDir=${TARGET}/generated-sources/phi-optimized" \
"-Deo.unphiOutputDir=${TARGET}/generated-sources/unphi"

mvn "${opts[@]}" \
"-Deo.unphiOutputDir=${TARGET}/generated-sources/unphi" \
jeo:unroll-phi \
"-Djeo.unroll-phi.sourcesDir=${TARGET}/generated-sources/unphi" \
"-Djeo.unroll-phi.outputDir=${TARGET}/generated-sources/unrolled"

mvn "${opts[@]}" \
"-Djeo.unroll-phi.outputDir=${TARGET}/generated-sources/unrolled" \
jeo:assemble \
"-Djeo.assemble.sourcesDir=${TARGET}/generated-sources/unrolled" \
"-Djeo.assemble.outputDir=${TARGET}/classes"

0 comments on commit d85e5f4

Please sign in to comment.