History log of /seL4-l4v-master/HOL4/examples/machine-code/garbage-collectors/cheney_allocScript.sml
Revision Date Author Comments
# 4e15703a 17-Jun-2019 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix examples/machine-code/garbage-collectors for tight equality


# 4b9431d8 04-May-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Finish fixing machine-code for new by

build --selftest=3 now completes; I'm ready to merge into master.


# caf04fc3 08-Aug-2016 Michael Norrish <Michael.Norrish@nicta.com.au>

Build more machine-code example thys with pat_assum


# ad067e79 28-Oct-2012 Michael Norrish <michael.norrish@nicta.com.au>

Get cheney_allocTheory to build in mem-abbrev world.

Progress with #52.


# 4761143b 10-Aug-2009 Tjark Weber <Tjark.Weber@cl.cam.ac.uk>

Removed trailing whitespace from all .sml and .sig files.

This affects over 900 files and was done using emacs's delete-trailing-whitespace
function in batch mode. Building the system with Poly/ML and Moscow ML seems to
work, so I'm hoping these changes don't break anything. Please complain if
they do!


# 8c3fc760 09-Jun-2009 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

A general update. Now lisp_finalTheory produces assembly files
containing the verified LISP interpeteres (in machine code):

arm_eval.s
x86_eval.s
ppc_eval.s

Each of these have been successfully run on real hardware, for
each respective platform.

The proof scripts are likely to only work in the experimental
kernel, due to some unfortuante differences between the two
kernels. Some of these differences are exposed more frequently
now due to recent(ish) changes to the datatype package. Maybe
some of the changes made to the datatype package ought to be
reconsidered?


# 7c197d42 07-Jan-2009 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

A new version of files previously in examples/mc-logic.
Eventually examples/mc-logic will be deleted.