History log of /seL4-l4v-master/HOL4/examples/machine-code/compiler/reg_allocLib.sml
Revision Date Author Comments
# 436e9e79 30-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Make machine-code/compiler/reg_allocLib compile for term not eqtype


# 3cd881e1 26-Oct-2017 Michael Norrish <Michael.Norrish@nicta.com.au>

Fix an error in reg_allocLib due to term not an eqtype


# 845531b5 14-Sep-2011 Michael Norrish <Michael.Norrish@nicta.com.au>

Remove trailing whitespace in source files.


# 79c9c017 10-Jun-2010 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

Register allocator improved.


# 415a155c 31-May-2010 Magnus Myreen <Magnus.Myreen@cl.cam.ac.uk>

I've changed the way tail-recursive functions are defined.
They are now defined based on a step function:

step: 'a -> 'a + 'b

Tail-recursive functions loop until their step function
returns something in the right component (INR).