Bug 266461
| Summary: | [JSC] Avoid nested LinkBuffer creation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | JavaScriptCore | Assignee: | Diego Pino <dpino> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | dpino, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
...
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/119707077>
Yusuke Suzuki
rdar://119678858
Yusuke Suzuki
Pull request: https://github.com/WebKit/WebKit/pull/21852
EWS
Committed 272121@main (441c3cfdd958): <https://commits.webkit.org/272121@main>
Reviewed commits have been landed. Closing PR #21852 and removing active labels.
Diego Pino
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
Re-opening for pull request https://github.com/webkit/webkit/pull/22482
EWS
Committed 272745@main (652de27dad29): <https://commits.webkit.org/272745@main>
Reviewed commits have been landed. Closing PR #22482 and removing active labels.