History log of /seL4-l4v-10.1.1/HOL4/examples/machine-code/compiler/reg_allocLib.sml
Revision Date Author Comments
# 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).