Bug 151811 - B3 should distinguish between WarmAny and ColdAny
Summary: B3 should distinguish between WarmAny and ColdAny
Status: RESOLVED DUPLICATE of bug 151335
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: 151808
  Show dependency treegraph
 
Reported: 2015-12-03 10:56 PST by Filip Pizlo
Modified: 2015-12-03 14:44 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 2015-12-03 10:56:49 PST
Currently ValueRep::Any implies cold use, but that's no good for tail calls, which want to use Any but still want to indicate that the use is warm.
Comment 1 Filip Pizlo 2015-12-03 14:44:18 PST

*** This bug has been marked as a duplicate of bug 151335 ***