ocaml/bytecomp
Mark Shinwell 20d1951566 Merge pull request #417 from chambart/flambda_prereq-duparray_and_array_mutability
GPR#417: Add explicit duplication of literal arrays
2016-01-21 16:05:44 +00:00
..
bytegen.ml Merge pull request #417 from chambart/flambda_prereq-duparray_and_array_mutability 2016-01-21 16:05:44 +00:00
bytegen.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
bytelibrarian.ml Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
bytelibrarian.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
bytelink.ml Fix PR#4166, PR#6959: force linking when calling external C primitives 2015-11-13 13:59:14 +09:00
bytelink.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
bytepackager.ml Useless bindings, unit patterns, whitespace. 2016-01-19 23:40:55 +01:00
bytepackager.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
bytesections.ml Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
bytesections.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
cmo_format.mli re-commit Leo's weak-dependencies pull request 2014-05-07 00:34:20 +00:00
debuginfo.ml Debuginfo.to_location and Location.print_compact 2016-01-13 16:20:23 +00:00
debuginfo.mli Debuginfo.to_location and Location.print_compact 2016-01-13 16:20:23 +00:00
dll.ml Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
dll.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
emitcode.ml whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
emitcode.mli PR#6468: toplevel now supports backtraces if invoked with OCAMLRUNPARAM=b 2015-02-08 14:10:12 +00:00
instruct.ml #6203, #5935: variants of raise. 'reraise' is currently only inserted by the compiler when an handler does not catch the exception. The default 'raise' always start with a fresh backtrace. There is also 'raise_nostack' which does not trigger the stack trace recording. Bytecode only for now. 2013-10-14 12:31:50 +00:00
instruct.mli #6203, #5935: variants of raise. 'reraise' is currently only inserted by the compiler when an handler does not catch the exception. The default 'raise' always start with a fresh backtrace. There is also 'raise_nostack' which does not trigger the stack trace recording. Bytecode only for now. 2013-10-14 12:31:50 +00:00
lambda.ml Merge pull request #417 from chambart/flambda_prereq-duparray_and_array_mutability 2016-01-21 16:05:44 +00:00
lambda.mli Merge pull request #417 from chambart/flambda_prereq-duparray_and_array_mutability 2016-01-21 16:05:44 +00:00
matching.ml Revert GPR#305 (exception patterns under or-patterns) from trunk 2015-12-12 11:20:21 +01:00
matching.mli Folllowup to PR#6359, great cleanup of switch actions sharing. 2014-04-07 15:43:20 +00:00
meta.ml whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
meta.mli whitespace cleanup, cut long lines, add some missing headers 2015-09-11 11:58:31 +00:00
printinstr.ml Cleanup. 2013-10-14 14:38:18 +00:00
printinstr.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
printlambda.ml Merge pull request #417 from chambart/flambda_prereq-duparray_and_array_mutability 2016-01-21 16:05:44 +00:00
printlambda.mli Printlambda.string_of_primitive -> Printlambda.name_of_primitive 2016-01-04 16:59:06 +00:00
runtimedef.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
simplif.ml Minor change to split_default_wrapper (see comment in Closure_conversion) 2016-01-14 10:25:53 +00:00
simplif.mli Minor change to split_default_wrapper (see comment in Closure_conversion) 2016-01-14 10:25:53 +00:00
switch.ml Useless bindings, unit patterns, whitespace. 2016-01-19 23:40:55 +01:00
switch.mli fix some of the whitespace problems in the source 2014-04-12 10:17:02 +00:00
symtable.ml merge branch 4.02 from 4.02.1 (rev 15540) to a few fixes after 4.02.2 (rev 16205) 2015-07-17 14:31:05 +00:00
symtable.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
translattribute.ml Handle inline attribute on functors and mark functor functions 2015-12-18 19:53:24 +00:00
translattribute.mli Handle inline attribute on functors and mark functor functions 2015-12-18 19:53:24 +00:00
translclass.ml Improved annotations on Psetfield etc 2015-12-18 16:42:40 +00:00
translclass.mli remove all $Id keywords 2012-10-15 17:50:56 +00:00
translcore.ml Merge pull request #417 from chambart/flambda_prereq-duparray_and_array_mutability 2016-01-21 16:05:44 +00:00
translcore.mli Remove Typedtree.optional 2015-11-25 00:37:46 +01:00
translmod.ml Add comment to translmod.ml 2016-01-13 13:37:58 +01:00
translmod.mli Add reset functions to make modules reentrant when used through compiler-libs 2014-05-09 12:01:21 +00:00
translobj.ml Merge remote-tracking branch 'ocaml/trunk' into flambda_prereq-init_assign 2016-01-12 15:33:54 +01:00
translobj.mli Compute module block size in transl_structure 2016-01-04 12:56:18 +00:00
typeopt.ml Compile with -principal 2016-01-14 15:29:41 +01:00
typeopt.mli Improved annotations on Psetfield etc 2015-12-18 16:42:40 +00:00