package ocaml-unikraft-arm64
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml cross compiler to the freestanding Unikraft arm64 backends
Install
dune-project
Dependency
Authors
Maintainers
Sources
v1.2.0.tar.gz
sha256=ca18a45ef86791d5ffa18436945fbec850b6f3dd68a6a62753b4cb1b6999b19a
doc/compiler-libs.optcomp/Flambda_to_clambda/index.html
Module Flambda_to_clambda
type result = {expr : Clambda.ulambda;preallocated_blocks : Clambda.preallocated_block list;structured_constants : Clambda.ustructured_constant Symbol.Map.t;exported : Export_info.t;
}val convert :
ppf_dump:Format.formatter ->
(Flambda.program * Export_info.transient) ->
resultConvert an Flambda program, with associated proto-export information, to Clambda. This yields a Clambda expression together with augmented export information and details about required statically-allocated values (preallocated blocks, for Initialize_symbol, and structured constants).
It is during this process that accesses to variables within closures are transformed to field accesses within closure values. For direct calls, the hidden closure parameter is added. Switch tables are also built.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>