Fix line numbers on logs.
original commit: ad19bc5e62999348dd5759fdb4409144d9fa0435
This commit is contained in:
parent
a4a6c44f5a
commit
2dfc8156fb
|
@ -1,11 +1,11 @@
|
|||
#;#;
|
||||
#<<END
|
||||
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
|
||||
TR opt: float-complex-i.rkt 18:0 (+ 1.0+2.0i (* 0+1.0i 2.0+4.0i)) -- unboxed binary float complex
|
||||
TR opt: float-complex-i.rkt 18:12 (* 0+1.0i 2.0+4.0i) -- unbox complex
|
||||
TR opt: float-complex-i.rkt 18:15 0+1.0i -- unboxed literal
|
||||
TR opt: float-complex-i.rkt 18:15 0+1.0i -- unboxed literal
|
||||
TR opt: float-complex-i.rkt 18:21 2.0+4.0i -- unboxed literal
|
||||
TR opt: float-complex-i.rkt 18:3 1.0+2.0i -- unboxed literal
|
||||
END
|
||||
#<<END
|
||||
-3.0+4.0i
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#;#;
|
||||
#<<END
|
||||
TR opt: float-complex-number-mul.rkt 16:0 (imag-part (* 0.0+1.0i (* 1 2))) -- complex accessor elimination
|
||||
TR opt: float-complex-number-mul.rkt 16:11 (* 0.0+1.0i (* 1 2)) -- unboxed binary float complex
|
||||
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
|
||||
TR opt: float-complex-number-mul.rkt 17:0 (imag-part (* 0.0+1.0i (* 1 2))) -- complex accessor elimination
|
||||
TR opt: float-complex-number-mul.rkt 17:11 (* 0.0+1.0i (* 1 2)) -- unboxed binary float complex
|
||||
TR opt: float-complex-number-mul.rkt 17:14 0.0+1.0i -- unboxed literal
|
||||
TR opt: float-complex-number-mul.rkt 17:23 (* 1 2) -- fixnum bounded expr
|
||||
TR opt: float-complex-number-mul.rkt 17:23 (* 1 2) -- float-arg-expr in complex ops
|
||||
TR opt: float-complex-number-mul.rkt 17:26 1 -- float-arg-expr in complex ops
|
||||
TR opt: float-complex-number-mul.rkt 17:26 1 -- float-arg-expr in complex ops
|
||||
TR opt: float-complex-number-mul.rkt 17:28 2 -- float-arg-expr in complex ops
|
||||
END
|
||||
#<<END
|
||||
2.0
|
||||
|
|
Loading…
Reference in New Issue
Block a user