[webkit-changes] [WebKit/WebKit] f55d6c: [JSC] Attach inlined Wasm callee names in sampling...

Yusuke Suzuki noreply at github.com
Tue Oct 8 15:22:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: f55d6cc96b847b1a4c5b1ed4d5405d14dd601126
      https://github.com/WebKit/WebKit/commit/f55d6cc96b847b1a4c5b1ed4d5405d14dd601126
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-10-08 (Tue, 08 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/SamplingProfiler.cpp

  Log Message:
  -----------
  [JSC] Attach inlined Wasm callee names in sampling profiler output
https://bugs.webkit.org/show_bug.cgi?id=281035
rdar://137488322

Reviewed by Keith Miller.

Now, Wasm OMG tier can do inlining. So we should annotate inlined
function instead of inlining function for SamplingProfiler.

* Source/JavaScriptCore/runtime/SamplingProfiler.cpp:
(JSC::FrameWalker::recordJITFrame):

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



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


More information about the webkit-changes mailing list