Bug 164337 - BytecodeParser::getPredictionWithoutOSRExit should return BOTTOM instead of TOP in the case where it doesn't have a prediction
Summary: BytecodeParser::getPredictionWithoutOSRExit should return BOTTOM instead of T...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-02 13:48 PDT by Saam Barati
Modified: 2016-11-02 13:48 PDT (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2016-11-02 13:48:44 PDT
And we shouldn't ForceOSRExit when we see bottom in various places in the bytecode parser.