Bug 230189
Summary: | [JSC][32bit] Make DFG::compileEnumeratorGetByVal fast again | ||
---|---|---|---|
Product: | WebKit | Reporter: | Xan Lopez <xan.lopez> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | webkit-bug-importer, xan.lopez |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Xan Lopez
We reverted to the slow path after https://commits.webkit.org/r280760. Should be able to do what the 64bit version does again if we are able to add more registers to ARMv7 (at least) or use fewer registers to do the same (or approximate) thing.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/83269554>
Xan Lopez
*** This bug has been marked as a duplicate of bug 232052 ***