add profilerOpts field to interpreter

This commit is contained in:
b13rg 2025-04-05 21:51:36 -07:00
parent c23a8b76e7
commit 1bfb0c49c8

View File

@ -287,6 +287,9 @@ type interpreter struct {
evalHook EvalHook evalHook EvalHook
profilerOpts StackProfilerOpts
}
type StackProfilerOpts struct { type StackProfilerOpts struct {
// //
stackProfileOut *bufio.Writer stackProfileOut *bufio.Writer