• James Bergstra's avatar
    Changes in CLazyLinker · a1197aac
    James Bergstra 提交于
    - can update shared variables internally, so that it does not need
      Function.__call__ to give correct answers.
    
    - it can loop without returning to Python to implement scan (though this is not
      much faster than a for i in xrange(...) f.fn() type thing
    
    - it is versioned now so that it is recompiled when necessary
    
    - the scan test speed is modified to show these things.
    a1197aac
function_module.py 51.9 KB