1
0
mirror of https://github.com/ioacademy-jikim/debugging synced 2025-06-11 01:46:17 +00:00
2015-12-13 22:34:58 +09:00

27 lines
709 B
Plaintext

computing fact1(5)
in wrapper1-pre: fact(5)
in wrapper2-pre: fact(4)
in wrapper1-pre: fact(3)
in wrapper2-pre: fact(2)
in wrapper1-pre: fact(1)
in wrapper2-pre: fact(0)
in wrapper2-post: fact(0) = 1
in wrapper1-post: fact(1) = 1
in wrapper2-post: fact(2) = 2
in wrapper1-post: fact(3) = 6
in wrapper2-pre: fact(2)
in wrapper1-pre: fact(1)
in wrapper2-pre: fact(0)
in wrapper2-post: fact(0) = 1
in wrapper1-post: fact(1) = 1
in wrapper2-post: fact(2) = 2
in wrapper2-post: fact(4) = 32
in wrapper1-post: fact(5) = 160
in wrapper2-pre: fact(2)
in wrapper1-pre: fact(1)
in wrapper2-pre: fact(0)
in wrapper2-post: fact(0) = 1
in wrapper1-post: fact(1) = 1
in wrapper2-post: fact(2) = 2
fact1(5) = 162