Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 55b96047c0a66e4042c20748d611c9c3d3a003e3
      
https://github.com/WebKit/WebKit/commit/55b96047c0a66e4042c20748d611c9c3d3a003e3
  Author: Yusuke Suzuki <[email protected]>
  Date:   2024-07-15 (Mon, 15 Jul 2024)

  Changed paths:
    M Source/JavaScriptCore/runtime/JSCJSValue.h
    M Source/JavaScriptCore/runtime/WriteBarrier.h

  Log Message:
  -----------
  Unreviewed, revert 273841@main partially, which is regressing 64bit 
implementation
https://bugs.webkit.org/show_bug.cgi?id=276603
rdar://131741850

The patch added const volatile for all WriteBarrier::get in 64bit, which is 
completely wrong since it avoids any CSE for loads.
This immediately reverts that.

* Source/JavaScriptCore/runtime/JSCJSValue.h:
(JSC::JSValue::decodeConcurrent):
(JSC::updateEncodedJSValueConcurrent):
(JSC::clearEncodedJSValueConcurrent):
* Source/JavaScriptCore/runtime/WriteBarrier.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to