WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
266461
[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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-12-14 23:02:47 PST
<
rdar://problem/119707077
>
Yusuke Suzuki
Comment 2
2023-12-14 23:02:58 PST
rdar://119678858
Yusuke Suzuki
Comment 3
2023-12-14 23:08:27 PST
Pull request:
https://github.com/WebKit/WebKit/pull/21852
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
Re-opening for pull request
https://github.com/webkit/webkit/pull/22482
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.
Top of Page
Format For Printing
XML
Clone This Bug