package ocaml-base-compiler
Official release 5.2.1
Install
Dune Dependency
Authors
Maintainers
Sources
ocaml-5.2.1.tar.gz
sha256=2d0f8090951a97a2c0e5b8a11e90096c0e1791d2e471e4a67f87e3b974044cd0
doc/index.html
ocaml-base-compiler
API
Library compiler-libs.bytecomp
Bytegen
Bytelibrarian
Bytelink
Bytepackager
Compile
Bytecode compilation for .ml and .mli files.Emitcode
Errors
Instruct
Maindriver
Printinstr
Library compiler-libs.common
Annot
Arg_helper
Decipher command line arguments of the form <value> | <key>=<value>,...
Ast_helper
Helpers to produce Parsetree fragmentsAst_invariants
Check AST invariantsAst_iterator
Ast_iterator.iterator
enables AST inspection using open recursion. A typical mapper would be based onAst_iterator.default_iterator
, a trivial iterator, and will fall back on it for handling the syntax it does not modify.Ast_mapper
The interface of a -ppx rewriterAsttypes
Auxiliary AST types used by parsetree and typedtree.Attr_helper
Helpers for attributesBinutils
Btype
Build_path_prefix_map
Rewrite paths for reproducible buildsBuiltin_attributes
Support for the builtin attributes:Bytesections
CamlinternalMenhirLib
Ccomp
Compiling C files and building C librariesClflags
Command line flagsCmi_format
Cmo_format
Cmt2annot
Cmt_format
cmt and cmti files format.Compenv
Compile_common
Common compilation pipeline between bytecode and native.Compmisc
Compression
Config
System configurationConfig_boot
System configurationConfig_main
System configurationConsistbl
Consistency tables: for checking consistency of module CRCsCtype
Datarepr
Debuginfo
Depend
Module dependencies.Diffing
Parametric diffingDiffing_with_keys
When diffing lists where each element has a distinct key, we can refine the diffing patch by introducing two composite edit moves: swaps and moves.Dll
Docstrings
Documentation commentsDomainstate
Env
Envaux
Errortrace
Expunge
Ident
Identifiable
Uniform interface for common data structures over various things.Includeclass
Includecore
Includemod
Includemod_errorprinter
Int_replace_polymorphic_compare
Lambda
Lazy_backtrack
Lexer
The lexical analyzerLoad_path
Management of include directories.Local_store
This module provides some facilities for creating references (and hash tables) which can easily be snapshoted and restored to an arbitrary version.Location
Source code locations (ranges of positions), used in parsetree.Longident
Long identifiers, used in parsetree.Main_args
Makedepend
Matching
Meta
Misc
Miscellaneous useful types and functionsMtype
Numbers
Modules about numbers, some of which satisfyIdentifiable.S
.Opcodes
Oprint
Outcometree
Parmatch
Detection of partial matches and unused match cases.Parse
Entry points in the parserParser
Parsetree
Abstract syntax tree produced by parsingPath
Patterns
Persistent_env
Pparse
Driver for the parser and external preprocessors.Pprintast
Pretty-printers forParsetree
Predef
Primitive
Printast
Raw printer forParsetree
Printlambda
Printpat
Printtyp
Printtyped
Profile
Compiler performance recordingRuntimedef
Shape
Shapes are an abstract representation of modules' implementations which allow the tracking of definitions through functor applications and other module-level operations.Shape_reduce
Signature_group
Iterate on signature by syntactic group of itemsSimplif
Lambda simplification.Strongly_connected_components
Kosaraju's algorithm for strongly connected components.Stypes
Subst
Switch
Symtable
Syntaxerr
Auxiliary type for reporting syntax errorsTargetint
Target processor-native integers.Tast_iterator
Allows the implementation of typed tree inspection using open recursionTast_mapper
Terminfo
Basic interface to the terminfo databaseTmc
Tail-modulo-cons optimization.Translattribute
Translclass
Translcore
Translmod
Translobj
Translprim
Type_immediacy
Immediacy status of a typeTypeclass
Typecore
Typedecl
Typedecl_immediacy
Typedecl_properties
Typedecl_separability
The OCaml runtime assumes for type-directed optimizations that all types are "separable". A type is "separable" if either all its inhabitants (the values of this type) are floating-point numbers, or none of them are.Typedecl_unboxed
Typedecl_variance
Typedtree
Abstract syntax tree after typingTypemod
Type-checking of the module language and typed ast hooksTypeopt
Types
Typetexp
Unit_info
This module centralize the handling of compilation files and their metadata.Untypeast
Value_rec_check
Value_rec_compiler
Value_rec_types
Types related to the compilation of value let-recs (non-functional recursive definitions)Warnings
Warning definitions
Library compiler-libs.optcomp
Afl_instrument
Instrumentation for afl-fuzz.Alias_analysis
Allocated_const
Constants that are always allocated (possibly statically). Blocks are not included here since they are always encoded usingPrim (Pmakeblock, ...)
.Arch
Asmgen
From Lambda to assembly codeAsmlibrarian
Asmlink
Asmpackager
Augment_specialised_args
Helper module for adding specialised arguments to sets of closures.Backend_intf
Knowledge that the middle end needs about the backend.Backend_var
Variables used in the backend, optionally equipped with "provenance" information, used for the emission of debugging information.Branch_relaxation
Branch_relaxation_intf
Build_export_info
Construct export information, for emission into .cmx files, from an Flambda program.CSE
Common interface to all architecture-specific CSE modulesCSEgen
Clambda
Clambda_primitives
Closure
Closure_conversion
Closure_conversion_aux
Environments and auxiliary structures used during closure conversion.Closure_element
Closure_id
CR-someday lwhite: "Closure_id" is quite a generic name. I wonder whether something like "Closure_label" would better capture that it is the label of a projection.Closure_middle_end
Closure_offsets
Assign numerical offsets, within closure blocks, for code pointers and environment entries.Closure_origin
Cmm
Cmm_helpers
Cmm_invariants
Check a number of continuation-related invariantsCmmgen
Cmmgen_state
Mutable state used byCmmgen
.Cmx_format
Cmxs_format
Coloring
Comballoc
Compilation_unit
Compilenv
Convert_primitives
Dataflow
Deadcode
Effect_analysis
Simple side effect analysis.Emit
Emitaux
Emitenv
Export_id
Export_info
Exported information (that is to say, information written into a .cmx file) about a compilation unit.Export_info_for_pack
Transformations on export information that are only used for the building of packs.Extract_projections
Identify projections from variables used in function bodies (free variables or specialised args, for example, according towhich_variables
below). Projections from variables that are also used boxed are not returned.Find_recursive_functions
"Recursive functions" are those functionsf
that might call either:Flambda
Intermediate language used for tree-based analysis and optimization.Flambda_invariants
Flambda_iterators
Flambda_middle_end
Translate Lambda code to Flambda code, optimize it, and produce Clambda.Flambda_to_clambda
Flambda_utils
Utility functions for the Flambda intermediate language.Freshening
Freshening of various identifiers.Id_types
Import_approx
Create simple value approximations from the export information in .cmx files.Inconstant_idents
Initialize_symbol_to_let_symbol
Inline_and_simplify
Inline_and_simplify_aux
Environments and result structures used during inlining and simplification. (See inline_and_simplify.ml.)Inlining_cost
Measurement of the cost (including cost in space) of Flambda terms in the context of inlining.Inlining_decision
See the Flambda manual chapter for an explanation in prose of the inlining decision procedure.Inlining_decision_intf
Inlining_stats
Inlining_stats_types
Inlining_transforms
Source code transformations used during inlining.Interf
Internal_variable_names
Interval
Invariant_params
Lift_code
Lift_constants
The aim of this pass is to assign symbols to values known to be constant (in other words, whose values we know at compile time), with appropriate sharing of constants, and replace the occurrences of the constants with their corresponding symbols.Lift_let_to_initialize_symbol
Linear
Linear_format
Linearize
Linkage_name
Linscan
Liveness
Mach
Mutable_variable
Optcompile
Native compilation for .ml and .mli files.Opterrors
Optmaindriver
Parameter
Parameter.t
carries a uniqueVariable.t
used as function parameter. It can also carry annotations about the usage of the variable.Pass_wrapper
Polling
Analyses related to the insertion ofIpoll
operations.Printclambda
Printclambda_primitives
Printcmm
Printlinear
Printmach
Proc
Projection
Representation of projections from closures and blocks.Ref_to_variables
Transformlet
-bound references into variables.Reg
Reload
Reloadgen
Remove_free_vars_equal_to_args
Replace free variables in closures known to be equal to specialised arguments of such closures with those specialised arguments.Remove_unused_arguments
Remove_unused_closure_vars
Remove_unused_program_constructs
Schedgen
Scheduling
Selectgen
Selection
Semantics_of_primitives
Description of the semantics of primitives, to be used for optimization purposes.Set_of_closures_id
An identifier, unique across the whole program, that identifies a set of closures (viz.Set_of_closures
).Set_of_closures_origin
Share_constants
Share lifted constants that are eligible for sharing (e.g. not strings) and have equal definitions.Simple_value_approx
Simple approximations to the runtime results of computations. This pass is designed for speed rather than accuracy; the performance is important since it is used heavily during inlining.Simplify_boxed_integer_ops
Simplify_boxed_integer_ops_intf
Simplify_common
const_*_expr expr v annot
, where the expressionexpr
is known to evaluate to the valuev
, attempt to produce a more simple expression together with its approximation and the benefit gained by replacingexpr
with this new expression. This simplification is only performed ifexpr
is known to have no side effects. Otherwise,expr
itself is returned, with an appropriate approximation but zero benefit.Simplify_primitives
Spill
Split
Stackframe
Stackframegen
Static_exception
An identifier that is used to label static exceptions. Its uniqueness properties are unspecified.Strmatch
Symbol
A symbol identifies a constant provided by either:Tag
Tags on runtime boxed values.Thread_sanitizer
Instrumentation of memory accesses to use ThreadSanitizer (TSan) for data race detection. This module contains an instrumentation pass on Cmm, where most of the instrumentation happens.Traverse_for_exported_symbols
Un_anf
Unbox_closures
Turn free variables of closures into specialised arguments. The aim is to cause the closure to become closed.Unbox_free_vars_of_closures
When approximations of free variables of closures indicate that they are closures or blocks, rewrite projections from such blocks to new variables (which become free in the closures), with the defining expressions of the projections lifted out of the corresponding sets of closures.Unbox_specialised_args
When approximations of specialised arguments indicate that they are closures or blocks, add more specialised arguments corresponding to the projections from such blocks (with definitions of such projections lifted out), such that the original specialised arguments may later be eliminated.Var_within_closure
An identifier, unique across the whole program, that identifies a particular variable within a particular closure. OnlyProject_var
, and notVar
, nodes are tagged with these identifiers.Variable
Variable.t
is the equivalent of a non-persistentIdent.t
in theFlambda
tree. It wraps anIdent.t
together with its sourcecompilation_unit
. As such, it is unique within a whole program, not just one compilation unit.X86_ast
Structured representation of Intel assembly language (32 and 64 bit).X86_dsl
Helpers for Intel code generatorsX86_gas
Emit assembly instructions for gas.X86_masm
Emit assembly instructions for MASM (Intel syntax).X86_proc
Definitions shared between the 32 and 64 bit Intel backends.
Library compiler-libs.toplevel
Genprintval
Topcommon
This module provides common implementations for internals ofToploop
, for bytecode and native code (seeTopeval
for the diverging parts of the implementation).Topdirs
Topeval
This module provides two alternative implementations for internals ofToploop
, for bytecode and native code.Toploop
Topmain
Topprinters
Trace
Library dynlink
Dynlink
Dynamic loading of .cmo, .cma and .cmxs files.
Library odoc_info
Odoc_dep
Top modules dependencies.Odoc_extension
Representation and manipulation of type extensions.Odoc_info
Interface to the information collected in source files.Odoc_messages
The messages of the application.Odoc_parameter
Representation and manipulation of method / function / class parameters.Odoc_text_lexer
The lexer for string to build text structures.Odoc_type
Representation and manipulation of a type, but not class nor module type.Odoc_value
Representation and manipulation of values, class attributes and class methods.
Library runtime_events
Runtime_events
Runtime events - ring buffer-based runtime tracing
Library stdlib
CamlinternalFormat
CamlinternalFormatBasics
CamlinternalLazy
Run-time support for lazy values. All functions in this module are for system use only, not for the casual user.CamlinternalMod
Run-time support for recursive modules. All functions in this module are for system use only, not for the casual user.CamlinternalOO
Run-time support for objects and classes. All functions in this module are for system use only, not for the casual user.Stdlib
The OCaml Standard library.
Library str
Str
Regular expressions and high-level string processing
Library threads
Library unix
Unix
Interface to the Unix system.UnixLabels
Interface to the Unix system.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page