package ocaml-solo5-cross-aarch64

  1. Overview
  2. Docs
OCaml cross-compiler to the freestanding 64-bit ARM Solo5 backend

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.2.0.tar.gz
md5=4d07934aea2d32b77ba1b8bb062c6594
sha512=2ec008da088f7998d024b790679605813f1954de36b999031db0b003706e67f3f13554e93fa07be00f26633ea27c2b2f9f987e8b08f85c63f956bfbc306bd620

doc/compiler-libs.common/Clflags/Dump_option/index.html

Module Clflags.Dump_option

type t =
  1. | Source
  2. | Parsetree
  3. | Typedtree
  4. | Shape
  5. | Match_comp
  6. | Raw_lambda
  7. | Lambda
  8. | Instr
  9. | Raw_clambda
  10. | Clambda
  11. | Raw_flambda
  12. | Flambda
  13. | Cmm
  14. | Selection
  15. | Combine
  16. | CSE
  17. | Live
  18. | Spill
  19. | Split
  20. | Interf
  21. | Prefer
  22. | Regalloc
  23. | Scheduling
  24. | Linear
  25. | Interval
val compare : t -> t -> int
val of_string : string -> t option
val to_string : t -> string
val flag : t -> bool ref
val available : t -> (unit, string) Result.t