Skip to content

Instantly share code, notes, and snippets.

@yonta
Last active April 2, 2016 15:39
Show Gist options
  • Save yonta/8f08992994a020bcdac7a95908f2a62f to your computer and use it in GitHub Desktop.
Save yonta/8f08992994a020bcdac7a95908f2a62f to your computer and use it in GitHub Desktop.
Eldeshさんのaobenchやったらセグフォ
$ ./meta-aobench.sh
gcc is running
real 0m1.169s
user 0m1.168s
sys 0m0.000s
Standard ML of New Jersey v110.78 [built: Thu Jul 23 11:21:58 2015]
[scanning aobench.cm]
[library $SMLNJ-BASIS/basis.cm is stable]
[library $SMLNJ-LIB/Util/smlnj-lib.cm is stable]
[loading (aobench.cm):aobench.sml]
Heap was already up-to-date.
sml is running
init_scene...
rendering...
real 0m3.350s
user 0m3.328s
sys 0m0.008s
mlton is running
init_scene...
rendering...
real 0m2.330s
user 0m2.324s
sys 0m0.004s
smlsharp -I smlnjlib -c smlnjlib/realarray.sml
makefile-smlsharp:31: recipe for target 'smlnjlib/realarray.o' failed
make: *** [smlnjlib/realarray.o] Segmentation fault (コアダンプしました)
smlsharp is running
./meta-aobench.sh: 行 9: ./aobench-smlsharp: そのようなファイルやディレクトリはありません
real 0m0.001s
user 0m0.000s
sys 0m0.000s
poly -q --error-exit < export.sml
Making smlnjlib
Making aobench
Created structure AObench
polyc -o aobench-poly aobench-poly.o
poly is running
init_scene...
rendering...
real 0m4.811s
user 0m4.560s
sys 0m0.244s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment