[pypy-svn] r32818 - pypy/dist/pypy/doc/discussion

antocuni at codespeak.net antocuni at codespeak.net
Mon Oct 2 14:38:20 CEST 2006


Author: antocuni
Date: Mon Oct  2 14:38:19 2006
New Revision: 32818

Modified:
   pypy/dist/pypy/doc/discussion/cli-optimizations.txt
Log:
Add a note to rembember to do this optimization.



Modified: pypy/dist/pypy/doc/discussion/cli-optimizations.txt
==============================================================================
--- pypy/dist/pypy/doc/discussion/cli-optimizations.txt	(original)
+++ pypy/dist/pypy/doc/discussion/cli-optimizations.txt	Mon Oct  2 14:38:19 2006
@@ -194,3 +194,13 @@
 lookup.
 
 
+Optimize StaticMethod
+---------------------
+
+2006-10-02, 13:41
+
+<pedronis> antocuni: do you try to not wrap static methods that are just called and not passed around
+<antocuni> no
+           I think I don't know how to detect them
+<pedronis> antocuni: you should try to render them just as static methods not as instances when possible
+           you need to track what appears only in direct_calls vs other places



More information about the Pypy-commit mailing list