Add missing logs.

original commit: d629614620655ccf0a030d2a687e9bf79bcf2209
This commit is contained in:
Eric Dobson 2013-11-11 08:19:58 -08:00
parent c0bcae41f9
commit a4a6c44f5a
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
TR opt: float-complex-i.rkt 17:0 (+ 1.0+2.0i (* 0+1.0i 2.0+4.0i)) -- unboxed binary float complex
TR opt: float-complex-i.rkt 17:12 (* 0+1.0i 2.0+4.0i) -- unbox complex
TR opt: float-complex-i.rkt 17:15 0+1.0i -- unboxed literal
TR opt: float-complex-i.rkt 17:15 0+1.0i -- unboxed literal
TR opt: float-complex-i.rkt 17:21 2.0+4.0i -- unboxed literal
TR opt: float-complex-i.rkt 17:3 1.0+2.0i -- unboxed literal
END

View File

@ -6,6 +6,7 @@ TR opt: float-complex-number-mul.rkt 16:14 0.0+1.0i -- unboxed literal
TR opt: float-complex-number-mul.rkt 16:23 (* 1 2) -- fixnum bounded expr
TR opt: float-complex-number-mul.rkt 16:23 (* 1 2) -- float-arg-expr in complex ops
TR opt: float-complex-number-mul.rkt 16:26 1 -- float-arg-expr in complex ops
TR opt: float-complex-number-mul.rkt 16:26 1 -- float-arg-expr in complex ops
TR opt: float-complex-number-mul.rkt 16:28 2 -- float-arg-expr in complex ops
END
#<<END