[pypy-commit] stmgc rewind_setjmp: Another TODO

arigo noreply at buildbot.pypy.org
Sun Aug 10 17:54:34 CEST 2014


Author: Armin Rigo <arigo at 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


More information about the pypy-commit mailing list