Bug 161158
| Summary: | Dedup DFGSpeculativeJIT*.cpp's SpeculativeJIT::compileTryGetById with 32- and 64-bit versions | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | JF Bastien <jfbastien> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
JF Bastien
See FIXME added in https://bugs.webkit.org/attachment.cgi?id=286837
getById didn't use JSValueRegs which required splitting 32- and 64-bit versions. That shouldn't be needed anymore.
286837 makes tryGetById use the same code, which means that it too can be folded to the same thing.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |