Bug 152753

Summary: B3 should strength-reduce bitops on comparison results
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: rmorisset
Priority: P2    
Version: WebKit Nightly Build   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 154319, 196361    

Filip Pizlo
Reported 2016-01-05 12:48:29 PST
We know that the result of a comparison is 0 or 1, so a lot of high bits are not set. We can use this to strength-reduce some bitops.
Attachments
Note You need to log in before you can comment on or make changes to this bug.