Skip to content

Instantly share code, notes, and snippets.

@sletz
Last active August 6, 2023 20:06
Show Gist options
  • Save sletz/552f5f45d37e3fe2f69a04489068e143 to your computer and use it in GitHub Desktop.
Save sletz/552f5f45d37e3fe2f69a04489068e143 to your computer and use it in GitHub Desktop.
interp-tracer -trace 4 phaser90.dsp
Filename: phaser90.dsp
Libfaust version : 2.65.0 (LLVM 17.0.0git)
Compiled with additional options :
Using interpreter backend
getName phaser90
------------------------
init 44100
------------------------
instanceInit 44100
------------------------
classInit 44100
------------------------
instanceConstants 44100
------------------------
instanceResetUserInterface
------------------------
instanceClear
Use Ctrl-c to Quit
------------------------
compute 16
-------- Interpreter 'REAL div by zero' trace start --------
opcode 38 kDivReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 0 kRealValue int 0 real 1 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 2 kLoadReal int 0 real 0 offset1 32 offset2 0 name fTemp1
Stack [Int: 0] [REAL: 0.000000]
opcode 6 kStoreReal int 0 real 0 offset1 32 offset2 0 name fTemp1
Stack [Int: 0] [REAL: 0.000000]
opcode 209 kTanf int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 36 kMultReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 237 kPowf int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 1.000000]
opcode 34 kSubReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
-------- Interpreter 'REAL div by zero' trace end ----------
-------- Interpreter 'Inf' trace start --------
opcode 38 kDivReal int 0 real 0 offset1 -1 offset2 -1
opcode 38 kDivReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 0 kRealValue int 0 real 1 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 2 kLoadReal int 0 real 0 offset1 32 offset2 0 name fTemp1
Stack [Int: 0] [REAL: 0.000000]
opcode 6 kStoreReal int 0 real 0 offset1 32 offset2 0 name fTemp1
Stack [Int: 0] [REAL: 0.000000]
opcode 209 kTanf int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 36 kMultReal int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 237 kPowf int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 1.000000]
opcode 34 kSubReal int 0 real 0 offset1 -1 offset2 -1
-------- Interpreter 'Inf' trace end --------
Interpreter exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment