What optimizations does the Ocaml compiler do when converting a typed AST to byte code?

I know the native code compiler uses a lot of optimizations such as Flambdas to optimize native code. I am just curious if there are different optimizations that are being used to convert OCaml code to byte code.

1 Like