There are no calls to bytecode functions, only calls to the bytecode interpreter, which is a C function. So, one direction or the other, calls go through C code, which requires a bit of discipline.
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Generate and execute byte code at runtime | 5 | 2228 | February 21, 2021 | |
| Native toplevel linked with native libraries | 4 | 831 | August 29, 2021 | |
| Pass OCaml values to and from OCaml code evaluated at runtime | 6 | 993 | March 17, 2022 | |
| Ocamlc bytecode file vs dune bytecode *.bc file | 9 | 2139 | March 6, 2021 | |
| What optimizations does the Ocaml compiler do when converting a typed AST to byte code? | 0 | 605 | October 5, 2018 |