aboutsummaryrefslogtreecommitdiff
path: root/kernel/byterun/coq_memory.c
AgeCommit message (Expand)Author
2021-03-13Set the lsb of return addresses on the bytecode interpreter stack.Guillaume Melquiond
2021-02-19Make the generated file the official source of arity.Guillaume Melquiond
2020-11-13Optimize handling of the VM stack with respect to the GC.Guillaume Melquiond
2020-09-22Use the closure tag for accumulators.Guillaume Melquiond
2019-12-22Use the Alloc_small macro from the OCaml runtime rather than our own.Guillaume Melquiond
2019-12-12[vm] Untabify the VM C code.Emilio Jesus Gallego Arias
2019-05-23Fixing typos - Part 2JPR
2018-04-30Adapt the VM GC hook to handle the no-naked-pointers option flag.Pierre-Marie Pédrot
2018-04-30Make the VM accumulator look like an OCaml block.Pierre-Marie Pédrot
2018-04-30Wrap VM bytecode used on the OCaml side in an OCaml block.Pierre-Marie Pédrot
2018-03-26Moving the VM global atom table to a ML reference.Pierre-Marie Pédrot
2018-03-26Moving the VM global data to a ML reference.Pierre-Marie Pédrot
2016-10-24Fix #5127 Memory corruption with the VMMaxime Dénès
2015-10-14Remove some unused variables.Guillaume Melquiond
2015-10-09Code cleaning in VM (with Benjamin).Maxime Dénès
2012-10-02Remove some dead code in the vmletouzey
2010-09-24Some dead code removal, thanks to Oug analyzerletouzey
2006-12-11Changement dans le kernel : bgregoir
2006-07-22- Ajout d'un cast vm dans la syntaxe : x <: t bgregoir
2004-11-22compatibility with POWERPCgregoire
2004-11-12Changement dans les boxed values .gregoire
2004-10-20COMMITED BYTECODE COMPILERbarras