Bug 210927 - FastArray iteration should be able to use CompareBelow
Summary: FastArray iteration should be able to use CompareBelow
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-23 11:38 PDT by Keith Miller
Modified: 2020-04-23 11:38 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Keith Miller 2020-04-23 11:38:31 PDT
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.