WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
87682
DFG should not generate code for code that the CFA proves to be unreachable
https://bugs.webkit.org/show_bug.cgi?id=87682
Summary
DFG should not generate code for code that the CFA proves to be unreachable
Filip Pizlo
Reported
2012-05-28 16:56:38 PDT
When the CFA proves code to be unreachable, we are stuck in a bit of a conundrum. The code must still be known to other parts of the compiler because of OSR exit liveness issues, so it cannot be simply jettisoned. But we shouldn't be spending time generating that code, and we shouldn't be allowing OSR entry into that code.
Attachments
the patch
(4.39 KB, patch)
2012-05-28 17:01 PDT
,
Filip Pizlo
no flags
Details
Formatted Diff
Diff
the patch
(6.92 KB, patch)
2012-05-28 19:09 PDT
,
Filip Pizlo
sam
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2012-05-28 17:01:02 PDT
Created
attachment 144410
[details]
the patch
Filip Pizlo
Comment 2
2012-05-28 19:09:56 PDT
Created
attachment 144425
[details]
the patch Cleaned up constant folding a bit more.
Filip Pizlo
Comment 3
2012-05-28 19:43:56 PDT
Landed in
http://trac.webkit.org/changeset/118715
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