RESOLVED FIXED 113819
fourthTier: FTL should have the equivalent of a ValueRecovery
https://bugs.webkit.org/show_bug.cgi?id=113819
Summary fourthTier: FTL should have the equivalent of a ValueRecovery
Filip Pizlo
Reported 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.
Attachments
the patch (10.19 KB, patch)
2013-04-02 12:26 PDT, Filip Pizlo
mhahnenberg: review+
Filip Pizlo
Comment 1 2013-04-02 12:26:45 PDT
Created attachment 196209 [details] the patch
Mark Hahnenberg
Comment 2 2013-04-02 12:30:54 PDT
Comment on attachment 196209 [details] the patch r=me
Filip Pizlo
Comment 3 2013-04-02 12:52:35 PDT
Note You need to log in before you can comment on or make changes to this bug.