Bug 210927
| Summary: | FastArray iteration should be able to use CompareBelow | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Keith Miller <keith_miller> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Keith Miller
For some reason I didn't have time to investigate, using a CompareBelow in the fast array iteration case cause a bunch of tests to fail. We should investigate why and fix at some point as we should really only need one comparison to tell if we are done iterating.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |