WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 155686
ShadowChicken should integrate with DFG's existing debug data about inlined tail calls
https://bugs.webkit.org/show_bug.cgi?id=155686
Summary
ShadowChicken should integrate with DFG's existing debug data about inlined t...
Filip Pizlo
Reported
2016-03-19 14:57:29 PDT
Currently ShadowChicken will give you confusing information when there was inlining. That's easy to fix. ShadowChicken doesn't need to log anything about tail calls. We can just use the DFG's existing InlineCallFrame meta-data to fill in the missing frames. To do this well, we need to refactor StackVisitor. There shouldn't be a thing called StackVisitor. There should be a functor on CallFrame, and a full-fledged object like AbstractFrame. AbstractFrame contains all of the data about a logical stack frame, i.e. either an inline frame or machine frame. Then, ShadowChicken::Frame can just be replaced with AbstractFrame, and the CallFrame iteration functor would use it, too.
Attachments
Add attachment
proposed patch, testcase, etc.
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