Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r3840:3ab2effafd3d Date: 2011-07-24 17:59 +0200 http://bitbucket.org/pypy/extradoc/changeset/3ab2effafd3d/
Log: Add a task diff --git a/planning/jit.txt b/planning/jit.txt --- a/planning/jit.txt +++ b/planning/jit.txt @@ -43,6 +43,8 @@ - implement small tuples, there are a lot of places where they are hashed and compared +- support single floats in the JIT + OPTIMIZATIONS ------------- _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
