Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: cb698f44e22bb9b650b72b48dc4e60bf0768f236
      
https://github.com/WebKit/WebKit/commit/cb698f44e22bb9b650b72b48dc4e60bf0768f236
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-04-10 (Thu, 10 Apr 2025)

  Changed paths:
    M Source/JavaScriptCore/bytecode/CodeBlock.cpp

  Log Message:
  -----------
  [JSC] Do not take CodeBlock lock for a large scope
https://bugs.webkit.org/show_bug.cgi?id=291397
rdar://149029336

Reviewed by Keith Miller.

I don't see an obvious issue from this but taking a lock for very long
scope is simply not right. This patch fixes it.

* Source/JavaScriptCore/bytecode/CodeBlock.cpp:
(JSC::CodeBlock::jettison):

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