[Webkit-unassigned] [Bug 233424] [JSC] Unify most Baseline ops between JSVALUE64 and JSVALUE32_64

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 29 13:00:43 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=233424

Yusuke Suzuki <ysuzuki at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ysuzuki at apple.com
 Attachment #445093|review?, commit-queue?      |review+, commit-queue-
              Flags|                            |

--- Comment #6 from Yusuke Suzuki <ysuzuki at apple.com> ---
Comment on attachment 445093
  --> https://bugs.webkit.org/attachment.cgi?id=445093
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=445093&action=review

r=me

> Source/JavaScriptCore/jit/JIT.h:336
> +        static inline constexpr bool is_profiled_op = std::is_same_v<decltype(Op::Metadata::m_profile), ValueProfile>;

Rename it to isProfiledOp.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211129/aa23c465/attachment-0001.htm>


More information about the webkit-unassigned mailing list