RESOLVED FIXED266461
[JSC] Avoid nested LinkBuffer creation
https://bugs.webkit.org/show_bug.cgi?id=266461
Summary [JSC] Avoid nested LinkBuffer creation
Yusuke Suzuki
Reported 2023-12-14 23:02:24 PST
...
Attachments
Radar WebKit Bug Importer
Comment 1 2023-12-14 23:02:47 PST
Yusuke Suzuki
Comment 2 2023-12-14 23:02:58 PST
Yusuke Suzuki
Comment 3 2023-12-14 23:08:27 PST
EWS
Comment 4 2023-12-15 09:17:34 PST
Committed 272121@main (441c3cfdd958): <https://commits.webkit.org/272121@main> Reviewed commits have been landed. Closing PR #21852 and removing active labels.
Diego Pino
Comment 5 2024-01-07 01:42:29 PST
It seems this patch broke compilation in Debian 11 ARM64 (GCC10.2). Build error is: ``` ../../../Source/JavaScriptCore/assembler/ARM64Assembler.h:3891:32: error: ‘(JSC::memcpyWrapper == JSC::performJITMemcpy)’ is not a constant expression 3891 | if constexpr (copy == performJITMemcpy) | ~~~^~~~~~~~~~~~~~~~~ ```
Diego Pino
Comment 6 2024-01-07 01:45:57 PST
EWS
Comment 7 2024-01-07 09:06:29 PST
Committed 272745@main (652de27dad29): <https://commits.webkit.org/272745@main> Reviewed commits have been landed. Closing PR #22482 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.