mirror of
https://github.com/python/cpython.git
synced 2026-05-09 20:10: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
|
|
@ -648,6 +648,7 @@
|
|||
<ClCompile Include="..\Python\instruction_sequence.c" />
|
||||
<ClCompile Include="..\Python\instrumentation.c" />
|
||||
<ClCompile Include="..\Python\jit.c" />
|
||||
<ClCompile Include="..\Python\jit_publish.c" />
|
||||
<ClCompile Include="..\Python\legacy_tracing.c" />
|
||||
<ClCompile Include="..\Python\lock.c" />
|
||||
<ClCompile Include="..\Python\marshal.c" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue