Author: Armin Rigo <ar...@tunes.org>
Branch: rewind_setjmp
Changeset: r1293:76c0606ab1f7
Date: 2014-08-10 17:54 +0200
http://bitbucket.org/pypy/stmgc/changeset/76c0606ab1f7/

Log:    Another TODO

diff --git a/c7/TODO b/c7/TODO
--- a/c7/TODO
+++ b/c7/TODO
@@ -24,3 +24,6 @@
 
 - increase the memory limit, currently 2.5GB; this requires, apparently,
   more fighting against LLVM bugs
+
+- avoid __builtin_frame_address(0) in precisely the performance-critical
+  functions like the interpreter main loop
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to