[webkit-changes] [WebKit/WebKit] 10dac7: [JSC] Convert MakeRope to MakeAtomString for HasOw...

Yusuke Suzuki noreply at github.com
Thu Jul 13 10:55:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 10dac7db6a0e048e19bf4d9ccca0d208825f6d83
      https://github.com/WebKit/WebKit/commit/10dac7db6a0e048e19bf4d9ccca0d208825f6d83
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2023-07-13 (Thu, 13 Jul 2023)

  Changed paths:
    M Source/JavaScriptCore/dfg/DFGStrengthReductionPhase.cpp

  Log Message:
  -----------
  [JSC] Convert MakeRope to MakeAtomString for HasOwnProperty key in DFG
https://bugs.webkit.org/show_bug.cgi?id=259182
rdar://112186984

Reviewed by Michael Saboff.

As the same to GetById etc., we should convert MakeRope to MakeAtomString for HasOwnProperty key
since it always gets atomization.

* Source/JavaScriptCore/dfg/DFGStrengthReductionPhase.cpp:
(JSC::DFG::StrengthReductionPhase::handleNode):

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




More information about the webkit-changes mailing list