mirror of
https://github.com/python/cpython.git
synced 2026-06-06 01:41:04 +00:00
GH-126910: Add GNU backtrace support for unwinding JIT frames (#149104)
Co-authored-by: Pablo Galindo Salgado <pablogsal@gmail.com>
This commit is contained in:
parent
ddfdf9b8df
commit
1e5d94274d
18 changed files with 522 additions and 67 deletions
|
|
@ -1449,7 +1449,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