Bug 171395 - WebAssembly: Validation should have its own plan type.
Summary: WebAssembly: Validation should have its own plan type.
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: 2017-04-27 14:49 PDT by Keith Miller
Modified: 2017-05-16 00:00 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 Keith Miller 2017-04-27 14:49:54 PDT
Right now Validation and BBQ tier share the same Plan. This is kinda weird and is a legacy thing. 

Also, we should clean up how we do the completion tasks then. Since for BBQ we always want the first completion task to be VM independent.