Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Add value recording to the trace recording JIT front-end #144179

Open
Assignees
markshannon
Labels
3.15new features, bugs and security fixesperformancePerformance or resource usagetopic-JIT
@markshannon

Description

@markshannon

As listed here:#139109 (comment)

Currently we use a bunch of ad-hoc tracking of objects in the tracing front-end to allow subsequent optimizations, we also maintain ancillary data structures for version number to object lookup for functions, code objects and classes.

This is all very fragile, complicated and inefficient.

By recording references to any necessary objects in the trace, we can:

  • Eliminate optimization failures due to missing values in lookup caches
  • Remove version lookup caches
  • Remove ad-hoc handling of code objects around calls in the tracer
  • Allow the tracer to record any references we feel are useful for optimization
  • Remove tracking of dependencies during tracing

Linked PRs

Metadata

Metadata

Assignees

Labels

3.15new features, bugs and security fixesperformancePerformance or resource usagetopic-JIT

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2026 Movatter.jp