GH-93516: Store offset of first traceable instruction in code object by markshannon · Pull Request #93769 · python/cpython · GitHub

github.com

Tin mới

faster-cpython:cache-first-traceable-instruction

GitHub CopilotWrite better code with AI

GitHub Copilot appDirect agents from issue to merge

ActionsAutomate any workflow

CodespacesInstant dev environments

IssuesPlan and track work

Code ReviewManage code changes

Code QualityEnforce quality at merge

GitHub Advanced SecurityFind and fix vulnerabilities

Code securitySecure your code as you build

Secret protectionStop leaks before they start

View all use cases

Financial services

View all industries

Software Development

GitHub SponsorsFund open source developers

Copilot for BusinessEnterprise-grade AI features

Premium SupportEnterprise-grade 24/7 support

Pull requests 2.6k

Security and quality 0

Store offset of first traceable instruction to avoid having to recomp…

awaiting core review

awaiting core review

Deepfreeze using 3.10, not bootstrap interpreter. #93771

Hardcode RESUME opcode in deepfreeze, to break dependency on exact ve…

Handle empty code objects, and other invalid code, gracefully.

View reviewed changes

Severe performance degradation for tracing under 3.11 #93516

Check bounds before data

needs backport to 3.11

needs backport to 3.11

View reviewed changes

Learn more about hiding disruptive comments

The reason will be displayed to describe this comment to others. Learn more.

[3.11] GH-93516: Backport GH-93769: Speedup line number checks when tracing (GH-94127) Co-authored-by: Pablo Galindo <[email protected]>

Revert 30935 defer bpo45162 to 312 (

emscripten-core/emscripten#17269

https://github.com/python/cpython/issue/89336

[3.11] GH-93516: Backport GH-93769 (GH-94231) * Store offset of first traceable instruction to avoid having to recompute it all the time when tracing.

: Drop broken assert,

[3.11] GH-93516: Drop broken assert, fixes GH-93769 (GH-94411)