mirror of
https://github.com/python/cpython.git
synced 2026-05-09 03:50:56 +00:00
GH-126910: Add GNU backtrace support for unwinding JIT frames
This commit is contained in:
parent
efcac6f281
commit
db967dca64
14 changed files with 366 additions and 63 deletions
|
|
@ -1448,7 +1448,7 @@ allocate_executor(int exit_count, int length)
|
|||
res->trace = (_PyUOpInstruction *)(res->exits + exit_count);
|
||||
res->code_size = length;
|
||||
res->exit_count = exit_count;
|
||||
res->jit_gdb_handle = NULL;
|
||||
res->jit_registration = NULL;
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue