mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-15 16:33:40 +00:00
interp: limit max instructions per function
This commit is contained in:
@@ -33,6 +33,7 @@ type Options struct {
|
||||
Work bool // -work flag to print temporary build directory
|
||||
InterpTimeout time.Duration
|
||||
InterpMaxDepth int
|
||||
InterpMaxInstr int
|
||||
PrintIR bool
|
||||
DumpSSA bool
|
||||
VerifyIR bool
|
||||
|
||||
Reference in New Issue
Block a user