[webkit-changes] [WebKit/WebKit] 033f2d: [JSC] Use CoW related ArrayMode only for appropria...

Yusuke Suzuki noreply at github.com
Tue Jun 25 00:04:59 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 033f2d498da15ad3331da957a7135595d54366c5
      https://github.com/WebKit/WebKit/commit/033f2d498da15ad3331da957a7135595d54366c5
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-06-25 (Tue, 25 Jun 2024)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGArrayMode.h

  Log Message:
  -----------
  [JSC] Use CoW related ArrayMode only for appropriate array types
https://bugs.webkit.org/show_bug.cgi?id=275836
rdar://130038973

Reviewed by Yijia Huang.

Non Int32 / Contiguous / Double can have CoW arrays. So DFG ArrayMode should not use CoW array related classes
for non appropriate array types.

* Source/JavaScriptCore/dfg/DFGArrayMode.h:
(JSC::DFG::ArrayMode::withProfile const):

Canonical link: https://commits.webkit.org/280321@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