Ignore:
Timestamp:
Sep 18, 2013, 3:09:06 PM (12 years ago)
Author:
[email protected]
Message:

Give 'jsc' commandline an option to disable deleting the VM.

Reviewed by Mark Hahnenberg.

  • jsc.cpp:

(jscmain):

  • runtime/Options.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/Options.h

    r155023 r156064  
    206206    v(unsigned, gcMaxHeapSize, 0) \
    207207    v(bool, recordGCPauseTimes, false) \
    208     v(bool, logHeapStatisticsAtExit, false)
     208    v(bool, logHeapStatisticsAtExit, false) \
     209    \
     210    v(bool, neverDeleteVMInCommandLine, false)
    209211
    210212class Options {
Note: See TracChangeset for help on using the changeset viewer.