Bug 198725 - [JSC] DFG / FTL abort should have NodeType information
Summary: [JSC] DFG / FTL abort should have NodeType information
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-10 12:01 PDT by Yusuke Suzuki
Modified: 2019-06-11 10:21 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2019-06-10 12:01:26 PDT
We sometimes get crash, aborting in DFG and FTL. We can know that this is DFG / FTL abort. But we do not know further.
If we can have NodeType information in a specific register, then we can get more information.