Bug 113819

Summary: fourthTier: FTL should have the equivalent of a ValueRecovery
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, ggaren, mark.lam, mhahnenberg, msaboff, oliver, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 113623    
Attachments:
Description Flags
the patch mhahnenberg: review+

Description Filip Pizlo 2013-04-02 12:21:22 PDT
ValueRecoveries speak of registers. The FTL doesn't speak of registers. Also, the FTL doesn't have to reason about the plethora of places that a value could have been put into; it just needs to know the LLVMValueRef (i.e. LValue).  In fact, the FTL really just needs to speak in terms of values-with-formats - essentially a modestly type-refined LLVM value.
Comment 1 Filip Pizlo 2013-04-02 12:26:45 PDT
Created attachment 196209 [details]
the patch
Comment 2 Mark Hahnenberg 2013-04-02 12:30:54 PDT
Comment on attachment 196209 [details]
the patch

r=me
Comment 3 Filip Pizlo 2013-04-02 12:52:35 PDT
Landed in http://trac.webkit.org/changeset/147487