Next: Options for dumping internal compiler data structures, Up: Options for developers only [Contents][Index]
--fact-table-max-array-size N
Specify the maximum number of elements in a single
:- pragma fact_table
data array (default: 1024).
--fact-table-hash-percent-full percentage
Specify how full :- pragma fact_table
hash tables should be
allowed to get. Given as an integer percentage (valid range: 1 to 100,
default: 90).
--bug-intermod-2002-06-13
--bug-intermod-2006-09-28
--bug-foreign_import-2002-08-06
--install-opt-files-2002-08-30
--read-config-file-2003-03-01
--no-noncompact-ho-call-2004-01-15
--trace-io-builtins-2006-08-14
--compound-compare-builtins-2007-07-09
--no-det-warning-compound-compare-2007-07-17
--foreign-enum-switch-fix
--failing-disjunct-in-switch-dup-fix
--store-at-ref-impure-2008-09-11
--java-export-ref-out
--java-generics-2010-04-13
--strip-executable-2014-05-05
--trace-goal-only-locals-2017-07-05
--no-reserved-addrs
--builtin-lt-gt-2018-10-08
--fixed-contiguity-2018-10-19
--simplest-msg-2019-09-22
--unqual-foreign-enums-in-int-files-2019-10-04
--obsolete-proc-2019-10-23
--type-repn-int3-2020-03-22
--github-85--2020-03-24
--foreign-proc-typeinfo-2020-04-08
--ushift-2020-04-30
--unsigned_lt-2020-05-02
--format-uint-2020-05-23
--mmake-all-2020-05-25
--unsigned-lt-2020-05-25
--may-ignore-without-warning-2020-08-18
--prolog-is-2020-08-21
--partial-inst-copy-2021-01-04
--mantis-bug-529-2021-02-25
--subtype-opt-2022-02-19
--typespec-pragma-2022-07-20
--ushift-2022-12-06
--ushift-2022-12-07
--strtrie-2022-12-08
--term-pass2-2022-12-28
--format-2023-01-27
--singleton-2023-06-10
--warn-obsolete-transform-2023-07-03
--gen-dep-ints-2023-10-15
--tscp-2024-02-07
--format-2024-02-07
--dym-2024-02-08
--wne-2024-02-21
--escape-2024-04-28
--can-fail-function-obsolete-2024-08-10
--unused-statevar-warn-2025-05-16
--allow-non-contig-for-2025-06-01
Is the compiler sufficiently recent to contain the new feature or bugfix referred to by each name?
--control-granularity
Don’t try to generate more parallelism than the machine can handle, which may be specified at runtime or detected automatically.
--distance-granularity distance
Control the granularity of parallel execution using the specified distance value.
--implicit-parallelism
Introduce parallel conjunctions where it could be worthwhile (implicit parallelism) using information generated by mdprof_create_feedback. The profiling feedback file can be specified using the ‘--feedback-file’ option.
--feedback-file filename
Use the specified profiling feedback file to help make decisions about where to introduce implicit parallelism.