WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
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
Landed in
http://trac.webkit.org/changeset/147487
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug