RESOLVED FIXED 233424
[JSC] Unify most Baseline ops between JSVALUE64 and JSVALUE32_64
https://bugs.webkit.org/show_bug.cgi?id=233424
Summary [JSC] Unify most Baseline ops between JSVALUE64 and JSVALUE32_64
Geza Lore
Reported 2021-11-22 07:28:02 PST
[JSC] Unify most Baseline ops between JSVALUE64 and JSVALUE32_64
Attachments
Patch (146.07 KB, patch)
2021-11-22 08:26 PST, Geza Lore
no flags
Patch (145.10 KB, patch)
2021-11-22 09:51 PST, Geza Lore
no flags
Patch (145.10 KB, patch)
2021-11-23 02:16 PST, Geza Lore
no flags
Patch (145.10 KB, patch)
2021-11-24 05:51 PST, Geza Lore
no flags
Fix nit (145.14 KB, patch)
2021-11-30 02:40 PST, Geza Lore
no flags
Geza Lore
Comment 1 2021-11-22 08:26:11 PST
Geza Lore
Comment 2 2021-11-22 09:51:49 PST
Geza Lore
Comment 3 2021-11-23 02:16:32 PST
Geza Lore
Comment 4 2021-11-24 05:51:29 PST
Radar WebKit Bug Importer
Comment 5 2021-11-29 07:28:19 PST
Yusuke Suzuki
Comment 6 2021-11-29 13:00:43 PST
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.
Geza Lore
Comment 7 2021-11-30 02:40:48 PST
EWS
Comment 8 2021-11-30 07:44:33 PST
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].
Note You need to log in before you can comment on or make changes to this bug.