[webkit-changes] [WebKit/WebKit] 14cbb5: [JSC] Threading Concurrency::MainThread in isWatch...

Yusuke Suzuki noreply at github.com
Wed May 1 10:12:36 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 14cbb53aba694170b8552181b637f263df97df4f
      https://github.com/WebKit/WebKit/commit/14cbb53aba694170b8552181b637f263df97df4f
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2024-05-01 (Wed, 01 May 2024)

  Changed paths:
    M Source/JavaScriptCore/bytecode/AccessCase.cpp
    M Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp
    M Source/JavaScriptCore/bytecode/ObjectPropertyCondition.cpp
    M Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h
    M Source/JavaScriptCore/bytecode/PropertyCondition.cpp
    M Source/JavaScriptCore/bytecode/PropertyCondition.h

  Log Message:
  -----------
  [JSC] Threading Concurrency::MainThread in isWatchableAssumingImpurePropertyWatchpoint
https://bugs.webkit.org/show_bug.cgi?id=273540
rdar://127348006

Reviewed by Justin Michaud.

We should thread Concurrency::MainThread when calling isWatchableAssumingImpurePropertyWatchpoint from main thread code.

* Source/JavaScriptCore/bytecode/AccessCase.cpp:
(JSC::AccessCase::couldStillSucceed const):
* Source/JavaScriptCore/bytecode/InlineCacheCompiler.cpp:
(JSC::InlineCacheCompiler::generateImpl):
* Source/JavaScriptCore/bytecode/ObjectPropertyCondition.cpp:
(JSC::ObjectPropertyCondition::isWatchableAssumingImpurePropertyWatchpoint const):
* Source/JavaScriptCore/bytecode/ObjectPropertyCondition.h:
* Source/JavaScriptCore/bytecode/PropertyCondition.cpp:
(JSC::PropertyCondition::isWatchableAssumingImpurePropertyWatchpoint const):
* Source/JavaScriptCore/bytecode/PropertyCondition.h:

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