ocaml/man
Mark Shinwell 2cc1ea26b9 Remove gprof support (#2314)
This commit removes support for gprof-based profiling (the -p option to ocamlopt).  It follows a discussion on the core developers' list, which indicated that removing gprof support was a reasonable thing to do. The rationale is that there are better easy-to-use profilers out there now, such as perf for Linux and Instruments on macOS; and the gprof support has always been patchy across targets. We save a whole build of the runtime and simplify some other parts of the codebase by removing it.
2019-03-16 19:56:53 +01:00
..
Makefile Introduce and use ROOTDIR in more makefiles 2018-09-17 14:51:01 +02:00
ocaml.m Add option -error-style and environment variable OCAML_ERROR_STYLE 2018-10-20 17:11:35 +02:00
ocamlc.m Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00
ocamlcp.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamldebug.m document .ocamldebug, the debugger initialization file 2016-04-18 11:25:01 -04:00
ocamldep.m Remove support for compiler plugins (#2276) 2019-03-13 11:46:37 +01:00
ocamldoc.m ocamldoc doc: fix the URL of the graphviz project 2019-02-14 16:21:03 +01:00
ocamllex.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamlmktop.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamlopt.m Remove gprof support (#2314) 2019-03-16 19:56:53 +01:00
ocamlprof.m Update headers for the new license. 2016-02-18 16:59:16 +01:00
ocamlrun.m Add caml_alloc_custom_mem (#1738) 2018-11-06 13:42:48 +01:00
ocamlyacc.m Rename -e to --strict in the ocamlyacc man page. 2016-06-22 09:15:40 +01:00