Author: Maciej Fijalkowski <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to