Bug 169249 - Consider making LowerToAir::appendBinOp general enough to handle cases where one or both of the operands is already a known tmp or immediate
Summary: Consider making LowerToAir::appendBinOp general enough to handle cases where ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-06 19:50 PST by Filip Pizlo
Modified: 2017-03-06 19:50 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2017-03-06 19:50:54 PST
So that we don't have code like in LowerToAir::appendGeneralAtomic, that has a mediocre recreation of appendBinOp.