index
:
coq
master
The formal proof system
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
byterun
/
coq_memory.c
Age
Commit message (
Expand
)
Author
2019-05-23
Fixing typos - Part 2
JPR
2018-04-30
Adapt the VM GC hook to handle the no-naked-pointers option flag.
Pierre-Marie Pédrot
2018-04-30
Make the VM accumulator look like an OCaml block.
Pierre-Marie Pédrot
2018-04-30
Wrap VM bytecode used on the OCaml side in an OCaml block.
Pierre-Marie Pédrot
2018-03-26
Moving the VM global atom table to a ML reference.
Pierre-Marie Pédrot
2018-03-26
Moving the VM global data to a ML reference.
Pierre-Marie Pédrot
2016-10-24
Fix #5127 Memory corruption with the VM
Maxime Dénès
2015-10-14
Remove some unused variables.
Guillaume Melquiond
2015-10-09
Code cleaning in VM (with Benjamin).
Maxime Dénès
2012-10-02
Remove some dead code in the vm
letouzey
2010-09-24
Some dead code removal, thanks to Oug analyzer
letouzey
2006-12-11
Changement dans le kernel :
bgregoir
2006-07-22
- Ajout d'un cast vm dans la syntaxe : x <: t
bgregoir
2004-11-22
compatibility with POWERPC
gregoire
2004-11-12
Changement dans les boxed values .
gregoire
2004-10-20
COMMITED BYTECODE COMPILER
barras