diff Design_Notes.txt @ 6:1c9122bfd1c8

ML_dev -- Compiles and runs
author Sean Halle <seanhalle@yahoo.com>
date Sat, 02 Mar 2013 10:03:18 -0800
parents c87e1925f7b2
children
line diff
     1.1 --- a/Design_Notes.txt	Mon Sep 03 03:16:32 2012 -0700
     1.2 +++ b/Design_Notes.txt	Sat Mar 02 10:03:18 2013 -0800
     1.3 @@ -1,6 +1,3 @@
     1.4 -0x7ffff644ab60
     1.5 -0x7ffff64487f0
     1.6 -0x7ffff644b0a0
     1.7  
     1.8  This test app has to exercise all the aspects of the request handling 
     1.9  and the assigner code.
    1.10 @@ -50,5 +47,5 @@
    1.11   back-to-back Master backoff.
    1.12  
    1.13  If assigner called and no suspended slaves and taskQ empty..  does it have
    1.14 -a "current task slave"?  If not, create one in the semantic Env.
    1.15 +a "current task slave"?  If not, create one in the language env.
    1.16  ==================================