Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c8a159ededf132ebe0b86b6ad6bffdb79efef396
      
https://github.com/WebKit/WebKit/commit/c8a159ededf132ebe0b86b6ad6bffdb79efef396
  Author: Keith Miller <[email protected]>
  Date:   2026-03-13 (Fri, 13 Mar 2026)

  Changed paths:
    M 
Source/JavaScriptCore/SaferCPPExpectations/UncountedCallArgsCheckerExpectations
    M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
    M Source/JavaScriptCore/bytecode/Repatch.cpp
    M Source/JavaScriptCore/jit/ICStats.cpp
    M Source/JavaScriptCore/jit/ICStats.h
    M Source/JavaScriptCore/jit/JITOperations.cpp

  Log Message:
  -----------
  [JSC] Update ICStats to record handler counts
https://bugs.webkit.org/show_bug.cgi?id=309820
rdar://172399794

Reviewed by Marcus Plutowski.

This adds stats for how often a particular handler is run in ICStats. I
also updated a number of the GiveUp cases to make them more obvious.

A couple of bug fixes:

The m_propertyLocation was not included in equality, which randomly
broke the HashMap.

Stop recording the indenifier because it is printed from a background
thread, which crashed when run under ASSERTs.

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



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

Reply via email to