Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fa2381cad8193e9a9b0e9a3e057ff7830cc6c3f2
      
https://github.com/WebKit/WebKit/commit/fa2381cad8193e9a9b0e9a3e057ff7830cc6c3f2
  Author: Yijia Huang <[email protected]>
  Date:   2026-04-24 (Fri, 24 Apr 2026)

  Changed paths:
    M Source/JavaScriptCore/ftl/FTLOperations.cpp

  Log Message:
  -----------
  [JSC] Use runtime indexing type for write barrier in 
operationPopulateObjectInOSR
https://bugs.webkit.org/show_bug.cgi?id=313170
rdar://175456941

Reviewed by Keith Miller.

operationPopulateObjectInOSR was checking materialization->indexingType()
(the compile-time type) to decide whether to issue a write barrier after
populating a PhantomNewArrayWithButterfly. The correct check is against
the array's actual runtime indexing type.

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



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

Reply via email to