[webkit-changes] [WebKit/WebKit] 6595fc: [JSC] Remove unnecessary ASSERT in LLIntSlowPaths.cpp

Michael Saboff noreply at github.com
Thu Oct 31 09:47:54 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 6595fcf60a8d60cfd64235f7958463440842cae0
      https://github.com/WebKit/WebKit/commit/6595fcf60a8d60cfd64235f7958463440842cae0
  Author: Michael Saboff <msaboff at apple.com>
  Date:   2024-10-31 (Thu, 31 Oct 2024)

  Changed paths:
    M Source/JavaScriptCore/llint/LLIntSlowPaths.cpp

  Log Message:
  -----------
  [JSC] Remove unnecessary ASSERT in LLIntSlowPaths.cpp
https://bugs.webkit.org/show_bug.cgi?id=282371
rdar://problem/138971606

Reviewed by Mark Lam.

Eliminated the remaining ASSERT(oldStructure == newStructure->previousID()) that is immediately followed by
    if (oldStructure == newStructure->previousID()
since it is unnecessary.

* Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:
(JSC::LLInt::LLINT_SLOW_PATH_DECL):

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