[JSC] Unify most Baseline ops between JSVALUE64 and JSVALUE32_64
Created attachment 444968 [details] Patch
Created attachment 444975 [details] Patch
Created attachment 445019 [details] Patch
Created attachment 445093 [details] Patch
<rdar://problem/85815818>
Comment on attachment 445093 [details] 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.
Created attachment 445401 [details] Fix nit
Committed r286296 (244655@main): <https://commits.webkit.org/244655@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 445401 [details].