diff options
Diffstat (limited to 'Source/JavaScriptCore/runtime/Options.h')
-rw-r--r-- | Source/JavaScriptCore/runtime/Options.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/JavaScriptCore/runtime/Options.h b/Source/JavaScriptCore/runtime/Options.h index d1ad2ca87..e5cc99590 100644 --- a/Source/JavaScriptCore/runtime/Options.h +++ b/Source/JavaScriptCore/runtime/Options.h @@ -32,6 +32,8 @@ namespace JSC { namespace Options { extern bool useJIT; +extern bool showDisassembly; + extern unsigned maximumOptimizationCandidateInstructionCount; extern unsigned maximumFunctionForCallInlineCandidateInstructionCount; @@ -75,9 +77,6 @@ extern double doubleVoteRatioForDoubleFormat; extern unsigned minimumNumberOfScansBetweenRebalance; extern unsigned gcMarkStackSegmentSize; -extern unsigned minimumNumberOfCellsToKeep; -extern unsigned maximumNumberOfSharedSegments; -extern unsigned sharedStackWakeupThreshold; JS_EXPORTDATA extern unsigned numberOfGCMarkers; JS_EXPORTDATA extern unsigned opaqueRootMergeThreshold; |