[pypy-svn] extradoc extradoc: This were "investigated" in a sense relevant commits were reverted

fijal commits-noreply at bitbucket.org
Mon Apr 11 19:40:08 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r3494:b7e0ae0c5aee
Date: 2011-04-11 19:38 +0200
http://bitbucket.org/pypy/extradoc/changeset/b7e0ae0c5aee/

Log:	This were "investigated" in a sense relevant commits were reverted
	(but the investigation might continue once smallints are on again)

diff --git a/planning/jit.txt b/planning/jit.txt
--- a/planning/jit.txt
+++ b/planning/jit.txt
@@ -4,16 +4,6 @@
 * a CALL that may release the GIL needs to have effectinfo=None,
   because random other code can run at that point.
 
-INVESTIGATIONS
---------------
-
-* 25% slowdown on pyflate fast (Jan 29)
-  - pyflate_fast uses python longs on 32bit
-  - some places don't create SmallLongs even when they should (like consts)
-  - we end up with comparison of Longs and SmallLongs
-
-* 10% slowdown on spitfire (Feb 01)
-
 NEW TASKS
 ---------
 


More information about the Pypy-commit mailing list