yet more -v stuff

Stephen Weeks MLton@sourcelight.com
Thu, 4 Jan 2001 17:31:14 -0800 (PST)


Here are the results of the following six calls to mlton.
	mlton -v /tmp/z.sml
	mlton -v -g /tmp/z.sml
	mlton -v -p /tmp/z.sml
	mlton -v -native false /tmp/z.sml
	mlton -v -native false -g /tmp/z.sml
	mlton -v -native false -p /tmp/z.sml
Can y'all scan through and double check that the -g, -p, and -Wa,--gstabs are
being passed to the right invocations of gcc.  Thanks.

--------------------------------------------------------------------------------

+ mlton -v /tmp/z.sml
Compile SML starting
      gcc -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=TRUE \
          -I/home/sweeks/mlton/include -o /tmp/filem64hPj /tmp/fileUdy24e.c \
          -L/home/sweeks/mlton/lib -lmlton -lm -lgmp
      /tmp/filem64hPj /tmp/file40KbzH
Compile SML finished in 2.820
Compile C starting
   gcc -S -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=TRUE \
       -I/home/sweeks/mlton/include -o /tmp/fileMkBJxY.s /tmp/fileqJUoNj.c
Compile C finished in 0.180
Assemble starting
   gcc -c -o /tmp/filerLbpE2.o /tmp/fileMkBJxY.s
   gcc -c -o /tmp/filek7FcF7.o /tmp/fileQFeeuX.0.S
Assemble finished in 0.050
Link starting
   gcc -o /tmp/z /tmp/filerLbpE2.o /tmp/filek7FcF7.o -L/home/sweeks/mlton/lib \
       -lmlton -lm -lgmp
Link finished in 0.100
+ mlton -v -g /tmp/z.sml
Compile SML starting
      gcc -DMLton_safe=TRUE -DMLton_detectOverflow=TRUE \
          -I/home/sweeks/mlton/include -o /tmp/file2OFIne /tmp/file9cOrmH.c \
          -L/home/sweeks/mlton/lib -lmlton-gdb -lm -lgmp
      /tmp/file2OFIne /tmp/filed2Xfg4
Compile SML finished in 2.740
Compile C starting
   gcc -S -g -DMLton_safe=TRUE -DMLton_detectOverflow=TRUE \
       -I/home/sweeks/mlton/include -o /tmp/fileXT1a8i.s /tmp/fileq3na53.c
Compile C finished in 0.190
Assemble starting
   gcc -c -g -o /tmp/filehr2MTK.o /tmp/fileXT1a8i.s
   gcc -Wa,--gstabs -c -g -o /tmp/fileffLS2e.o /tmp/fileZx94k5.0.S
Assemble finished in 0.060
Link starting
   gcc -g -o /tmp/z /tmp/filehr2MTK.o /tmp/fileffLS2e.o \
       -L/home/sweeks/mlton/lib -lmlton-gdb -lm -lgmp
Link finished in 0.140
+ mlton -v -p /tmp/z.sml
Compile SML starting
      gcc -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=TRUE \
          -I/home/sweeks/mlton/include -o /tmp/fileGUGXN6 /tmp/fileyPaUu8.c \
          -L/home/sweeks/mlton/lib -lmlton -lm -lgmp
      /tmp/fileGUGXN6 /tmp/filehfyXFe
Compile SML finished in 2.750
Compile C starting
   gcc -S -g -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=TRUE \
       -I/home/sweeks/mlton/include -o /tmp/fileIZP2JU.s /tmp/z.c
Compile C finished in 0.200
Assemble starting
   gcc -c -g -o /tmp/filennCBJO.o /tmp/fileIZP2JU.s
   gcc -c -g -o /tmp/filei75CgL.o /tmp/z.0.S
Assemble finished in 0.060
Link starting
   gcc -p -o /tmp/z /tmp/filennCBJO.o /tmp/filei75CgL.o \
       -L/home/sweeks/mlton/lib -lmlton -lm -lgmp
Link finished in 0.120
+ mlton -v -native false /tmp/z.sml
Compile SML starting
      gcc -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=FALSE \
          -I/home/sweeks/mlton/include -o /tmp/fileozQV8C /tmp/fileS7SULo.c \
          -L/home/sweeks/mlton/lib -lmlton -lm -lgmp
      /tmp/fileozQV8C /tmp/filekAL5xa
Compile SML finished in 2.320
Compile C starting
   gcc -S -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=FALSE \
       -I/home/sweeks/mlton/include -O1 -w -fomit-frame-pointer \
       -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 \
       -malign-functions=2 -o /tmp/fileksvhvi.s /tmp/fileK7VbFI.c
Compile C finished in 0.440
Assemble starting
   gcc -c -o /tmp/fileMYsrxn.o /tmp/fileksvhvi.s
Assemble finished in 0.030
Link starting
   gcc -o /tmp/z /tmp/fileMYsrxn.o -L/home/sweeks/mlton/lib -lmlton -lm -lgmp
Link finished in 0.100
+ mlton -v -native false -g /tmp/z.sml
Compile SML starting
      gcc -DMLton_safe=TRUE -DMLton_detectOverflow=FALSE \
          -I/home/sweeks/mlton/include -o /tmp/fileA1UbZS /tmp/fileCifJEw.c \
          -L/home/sweeks/mlton/lib -lmlton-gdb -lm -lgmp
      /tmp/fileA1UbZS /tmp/fileCO3udy
Compile SML finished in 2.420
Compile C starting
   gcc -S -g -DMLton_safe=TRUE -DMLton_detectOverflow=FALSE \
       -I/home/sweeks/mlton/include -O1 -w -fomit-frame-pointer \
       -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 \
       -malign-functions=2 -o /tmp/filecT7IEc.s /tmp/fileeLfwHn.c
Compile C finished in 0.470
Assemble starting
   gcc -c -g -o /tmp/filerX7s9p.o /tmp/filecT7IEc.s
Assemble finished in 0.050
Link starting
   gcc -g -o /tmp/z /tmp/filerX7s9p.o -L/home/sweeks/mlton/lib -lmlton-gdb -lm \
       -lgmp
Link finished in 0.110
+ mlton -v -native false -p /tmp/z.sml
Compile SML starting
      gcc -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=FALSE \
          -I/home/sweeks/mlton/include -o /tmp/fileIjtmYw /tmp/file0peHvQ.c \
          -L/home/sweeks/mlton/lib -lmlton -lm -lgmp
      /tmp/fileIjtmYw /tmp/fileWXxstw
Compile SML finished in 2.390
Compile C starting
   gcc -S -g -DNODEBUG -DMLton_safe=TRUE -DMLton_detectOverflow=FALSE \
       -I/home/sweeks/mlton/include -O1 -w -fomit-frame-pointer \
       -fno-strength-reduce -m486 -malign-loops=2 -malign-jumps=2 \
       -malign-functions=2 -o /tmp/file6k23BC.s /tmp/z.c
Compile C finished in 0.470
Assemble starting
   gcc -c -g -o /tmp/file1skL56.o /tmp/file6k23BC.s
Assemble finished in 0.040
Link starting
   gcc -p -o /tmp/z /tmp/file1skL56.o -L/home/sweeks/mlton/lib -lmlton -lm -lgmp
Link finished in 0.090