[pypy-svn] r32835 - pypy/dist/pypy/doc/discussion
arigo at codespeak.net
arigo at codespeak.net
Tue Oct 3 12:23:46 CEST 2006
Author: arigo
Date: Tue Oct 3 12:23:45 2006
New Revision: 32835
Modified:
pypy/dist/pypy/doc/discussion/cli-optimizations.txt
Log:
ReST fix.
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 Tue Oct 3 12:23:45 2006
@@ -197,13 +197,15 @@
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
+ 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
Optimize Unicode
More information about the pypy-svn
mailing list