Skip to content

Instantly share code, notes, and snippets.

@sletz
Created March 24, 2024 18:35
Show Gist options
  • Save sletz/b4c56e41101d8f2c89b4e060addb593b to your computer and use it in GitHub Desktop.
Save sletz/b4c56e41101d8f2c89b4e060addb593b to your computer and use it in GitHub Desktop.
Lamb.dsp run with interp-tracer
interp-tracer -trace 4 lamb.dsp
Filename: lamb.dsp
Libfaust version : 2.72.11 (LLVM 17.0.6)
Compiled with additional options :
Using interpreter backend
getName lamb
------------------------
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 360512 offset2 0 name fTemp39
Stack [Int: 0] [REAL: 0.000000]
opcode 12 kStoreIndexedReal int 0 real 0 offset1 311298 offset2 2 name fVec26
Stack [Int: 255] [REAL: 0.000000]
opcode 1 kInt32Value int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 2 kLoadReal int 0 real 0 offset1 360512 offset2 0 name fTemp39
Stack [Int: 0] [REAL: 0.000000]
opcode 6 kStoreReal int 0 real 0 offset1 360512 offset2 0 name fTemp39
Stack [Int: 0] [REAL: 0.000000]
opcode 32 kAddReal 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 360512 offset2 0 name fTemp39
Stack [Int: 0] [REAL: 0.000000]
opcode 12 kStoreIndexedReal int 0 real 0 offset1 311298 offset2 2 name fVec26
Stack [Int: 255] [REAL: 0.000000]
opcode 1 kInt32Value int 0 real 0 offset1 -1 offset2 -1
Stack [Int: 0] [REAL: 0.000000]
opcode 2 kLoadReal int 0 real 0 offset1 360512 offset2 0 name fTemp39
Stack [Int: 0] [REAL: 0.000000]
opcode 6 kStoreReal int 0 real 0 offset1 360512 offset2 0 name fTemp39
Stack [Int: 0] [REAL: 0.000000]
opcode 32 kAddReal 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