Skip to content

Commit

Permalink
- added more stack to the translator
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2300 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 3, 2006
1 parent 65e70b1 commit 9480558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Compiler/rml2mmo/trall.sh
Expand Up @@ -10,7 +10,7 @@ echo Calling the translator with flags: $@ -napAll
echo This can really take a while!!!
echo On my computer it takes:
echo [BENCH: 431.35 seconds, 2716 minor collections, 112 major collections]
${OMDEV}/tools/rml/bin/rml2mod -bench -young-size=1024000 $RMLFILES $@ -napAll
${OMDEV}/tools/rml/bin/rml2mod -bench -stack-size=1024000 -young-size=1024000 $RMLFILES $@ -napAll
echo Deleting inetrmediate files "*.rmod *.rsig *.rdb"
rm -f *.rmod *.rsig *.rdb
fi
Expand Down

0 comments on commit 9480558

Please sign in to comment.