aboutsummaryrefslogtreecommitdiffhomepage
path: root/kernel/vmvalues.mli
Commit message (Collapse)AuthorAge
* Safer VM interfacesGravatar Maxime Dénès2018-01-26
We separate functions dealing with VM values (vmvalues.ml) and interfaces of the bytecode interpreter (vm.ml). Only the former relies on untyped constructions. This also makes the VM architecture closer to the one of native_compute, another patch could probably try to share more code between the two for conversion and reification (not trivial, though). This is also preliminary work for integers and arrays.