Bug 159119 - B3 should be able to convert any value to a constant in-place
Summary: B3 should be able to convert any value to a constant in-place
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: 2016-06-25 13:29 PDT by Filip Pizlo
Modified: 2016-06-25 13:29 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 Filip Pizlo 2016-06-25 13:29:38 PDT
I've encountered a bunch of annoying situations where I want to turn a value into a constant, but instead I have to turn it into an Identity that points to a constant.