forked from ocaml-flambda/flambda-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlambda_to_flambda.mli
26 lines (24 loc) · 1.43 KB
/
lambda_to_flambda.mli
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(**************************************************************************)
(* *)
(* OCaml *)
(* *)
(* Pierre Chambart, OCamlPro *)
(* Mark Shinwell and Leo White, Jane Street Europe *)
(* *)
(* Copyright 2016--2019 OCamlPro SAS *)
(* Copyright 2016--2019 Jane Street Group LLC *)
(* *)
(* All rights reserved. This file is distributed under the terms of *)
(* the GNU Lesser General Public License version 2.1, with the *)
(* special exception on linking described in the file LICENSE. *)
(* *)
(**************************************************************************)
(** Conversion from Lambda to Flambda. *)
val lambda_to_flambda :
mode:'mode Flambda_features.mode ->
big_endian:bool ->
cmx_loader:Flambda_cmx.loader ->
compilation_unit:Compilation_unit.t ->
module_block_size_in_words:int ->
Lambda.lambda ->
'mode Closure_conversion.close_program_result