Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: b8fd555bffe2b1ed0a6d9dd3c8c948b76d3d378a
      
https://github.com/WebKit/WebKit/commit/b8fd555bffe2b1ed0a6d9dd3c8c948b76d3d378a
  Author: Yijia Huang <[email protected]>
  Date:   2026-07-05 (Sun, 05 Jul 2026)

  Changed paths:
    M Source/JavaScriptCore/jsc.cpp

  Log Message:
  -----------
  [JSC] Add dumpBytecodeProfile
https://bugs.webkit.org/show_bug.cgi?id=318649
rdar://181454253

Reviewed by Yusuke Suzuki.

Exposes Profiler::Database::save() as dumpBytecodeProfile(path). Lets JS
callers write the profiler state mid-run instead of only at atexit, which
can be used to dump iteration-0 bytecode profile data in JS3 — counters
are monotonic, so a snapshot at end of iteration 0 captures iter-0-only
execution counts.

No-op when jsc is run without `-p`.

Canonical link: https://commits.webkit.org/316536@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications

Reply via email to