Bug 198727 - [JSC] Getting execution count should respect JSC VM JIT configuration
Summary: [JSC] Getting execution count should respect JSC VM JIT configuration
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: 198023
Blocks:
  Show dependency treegraph
 
Reported: 2019-06-10 13:11 PDT by Yusuke Suzuki
Modified: 2019-06-10 13:11 PDT (History)
0 users

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 13:11:12 PDT
Some of counter is not updated if we disable DFG / FTL. For example, under DFG disabled environment, Baseline JIT execution counter won't be updated.
So we should respect it when we get the execution counter.