Author: Maciej Fijalkowski <[email protected]> Branch: matrixmath-dot Changeset: r51969:3c063218d9d9 Date: 2012-01-30 22:17 +0200 http://bitbucket.org/pypy/pypy/changeset/3c063218d9d9/
Log: done :) diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW deleted file mode 100644 --- a/pypy/module/micronumpy/REVIEW +++ /dev/null @@ -1,10 +0,0 @@ - -Please read the basics of our jit in [1]. Essentially assembler will be -specialized on greens, that's why we do the dance of all the signature stuff, -so it's compiled for each green. 'left' in green is obviously unacceptable. -I removed this but we still need signature. - -More precisely - we want different assembler for the right side being Array -or View. - -.. [1] http://doc.pypy.org/en/latest/jit/index.html \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
