[pypy-commit] pypy matrixmath-dot: start of REVIEW

fijal noreply at buildbot.pypy.org
Mon Jan 30 21:04:13 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: matrixmath-dot
Changeset: r51966:e37ebbf2a999
Date: 2012-01-30 22:03 +0200
http://bitbucket.org/pypy/pypy/changeset/e37ebbf2a999/

Log:	start of REVIEW

diff --git a/pypy/module/micronumpy/REVIEW b/pypy/module/micronumpy/REVIEW
new file mode 100644
--- /dev/null
+++ b/pypy/module/micronumpy/REVIEW
@@ -0,0 +1,7 @@
+
+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.
+
+
+.. [1] http://doc.pypy.org/en/latest/jit/index.html
\ No newline at end of file


More information about the pypy-commit mailing list