Next: Options for dumping internal compiler data structures, Up: Options for developers only [Contents][Index]
--control-granularity
Don’t try to generate more parallelism than the machine can handle, which may be specified at runtime or detected automatically.
--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.