[webkit-changes] [WebKit/WebKit] 4fc946: Replace duplicated code in LLIntSlowPaths with alr...

Mikhail R. Gadelha noreply at github.com
Wed Jun 5 08:31:48 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 4fc946a72c06f3c63d781b31c1f908f286ebb598
      https://github.com/WebKit/WebKit/commit/4fc946a72c06f3c63d781b31c1f908f286ebb598
  Author: Mikhail R. Gadelha <mikhail at igalia.com>
  Date:   2024-06-05 (Wed, 05 Jun 2024)

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

  Log Message:
  -----------
  Replace duplicated code in LLIntSlowPaths with already defined macros
https://bugs.webkit.org/show_bug.cgi?id=274984

Reviewed by Keith Miller.

This patch removes some duplicated code in favor of using the
LLINT_BEGIN_NO_SET_PC() and LLINT_BEGIN() macros.

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

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