[Python-checkins] r81144 - python/branches/py3k-jit/JIT_TODO.txt

collin.winter python-checkins at python.org
Thu May 13 22:21:46 CEST 2010


Author: collin.winter
Date: Thu May 13 22:21:46 2010
New Revision: 81144

Log:
Update JIT_TODO.txt

Modified:
   python/branches/py3k-jit/JIT_TODO.txt

Modified: python/branches/py3k-jit/JIT_TODO.txt
==============================================================================
--- python/branches/py3k-jit/JIT_TODO.txt	(original)
+++ python/branches/py3k-jit/JIT_TODO.txt	Thu May 13 22:21:46 2010
@@ -23,10 +23,6 @@
     - r676
     - r688
     Some of these may need public discussion.
-- Add support to configure/Makefile.pre.in for building against installed LLVM.
-- Import general-purpose utility code:
-    - Stats.{h,cc}
-    - PySmallPtrSet
 - Adapt JIT compiler to Python 3.
 - Cure cancer.
 
@@ -46,4 +42,8 @@
 - Add C/C++ unittests:
     - Create a Unittests/ directory.
     - Import googletest 1.4.0.
-    - Start writing tests.
\ No newline at end of file
+    - Start writing tests.
+- Add support for building against installed LLVM (r81093).
+- Import general-purpose utility code (r81093):
+    - Stats.{h,cc}
+    - PySmallPtrSet


More information about the Python-checkins mailing list