Status
()
People
(Reporter: sunfish, Assigned: sunfish)
Tracking
Firefox Tracking Flags
(Not tracked)
Details
Attachments
(1 attachment)
1.06 KB,
patch
|
jandem
:
review+
|
Details | Diff | Splinter Review |
Created attachment 8457061 [details] [diff] [review] dce-boundscheck.patch With bug 1031607, MBoundsCheck instructions can be folded away, exposing subsequent constant folding. However, the unused MBoundsCheck instructions are currently left in place because they have the isGuard() flag set. Attached is a patch which clears the isGuard flag from MBoundsCheck instructions when they are folded, which allows GVN to delete them.
Attachment #8457061 -
Flags: review?(jdemooij)
Comment 1•4 years ago
|
||
Comment on attachment 8457061 [details] [diff] [review] dce-boundscheck.patch Review of attachment 8457061 [details] [diff] [review]: ----------------------------------------------------------------- Makes sense.
Attachment #8457061 -
Flags: review?(jdemooij) → review+
Comment 2•4 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/f199144be062
Status: NEW → RESOLVED
Last Resolved: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
You need to log in
before you can comment on or make changes to this bug.
Description
•