Bug 189266 - Optimize "is multiple of" checks in B3
Summary: Optimize "is multiple of" checks in B3
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: 2018-09-04 11:36 PDT by Saam Barati
Modified: 2018-09-04 11:36 PDT (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2018-09-04 11:36:58 PDT
We can use the techniques described here:
http://duriansoftware.com/joe/Optimizing-is-multiple-checks-with-modular-arithmetic.html