Skip to content

Commit

Permalink
Double max trace length to 256
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Nov 16, 2023
1 parent 5c5d8bd commit 36e9ada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Include/internal/pycore_uops.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ extern "C" {

#include "pycore_frame.h" // _PyInterpreterFrame

#define _Py_UOP_MAX_TRACE_LENGTH 128
#define _Py_UOP_MAX_TRACE_LENGTH 256

typedef struct {
uint16_t opcode;
Expand Down

0 comments on commit 36e9ada

Please sign in to comment.