NEWS
changeset 64342 53fb4a19fb98
parent 64323 20d15328b248
child 64363 90ceace1e814
equal deleted inserted replaced
64341:45b6faeee56d 64342:53fb4a19fb98
  1039 management of isabelle build. This is relevant for big sessions that may
  1039 management of isabelle build. This is relevant for big sessions that may
  1040 exhaust the small 32-bit address space of the ML process (which is used
  1040 exhaust the small 32-bit address space of the ML process (which is used
  1041 by default).
  1041 by default).
  1042 
  1042 
  1043 * System option "profiling" specifies the mode for global ML profiling
  1043 * System option "profiling" specifies the mode for global ML profiling
  1044 in "isabelle build". Possible values are "time", "allocations".
  1044 in "isabelle build". Possible values are "time", "allocations". The
       
  1045 command-line tool "isabelle profiling_report" helps to digest the
       
  1046 resulting log files.
  1045 
  1047 
  1046 * System option "ML_process_policy" specifies an optional command prefix
  1048 * System option "ML_process_policy" specifies an optional command prefix
  1047 for the underlying ML process, e.g. to control CPU affinity on
  1049 for the underlying ML process, e.g. to control CPU affinity on
  1048 multiprocessor systems. The "isabelle jedit" tool allows to override the
  1050 multiprocessor systems. The "isabelle jedit" tool allows to override the
  1049 implicit default via option -p.
  1051 implicit default via option -p.