[pypy-svn] r58194 - pypy/dist/pypy/doc/jit

arigo at codespeak.net arigo at codespeak.net
Wed Sep 17 11:53:48 CEST 2008


Author: arigo
Date: Wed Sep 17 11:53:46 2008
New Revision: 58194

Modified:
   pypy/dist/pypy/doc/jit/overview.txt
Log:
Typo.


Modified: pypy/dist/pypy/doc/jit/overview.txt
==============================================================================
--- pypy/dist/pypy/doc/jit/overview.txt	(original)
+++ pypy/dist/pypy/doc/jit/overview.txt	Wed Sep 17 11:53:46 2008
@@ -146,7 +146,7 @@
 instance, Sun Microsystems is investing in JRuby, which aims to use the Java
 Hotspot JIT to improve the performance of Ruby. However, this requires a lot of
 hand crafting and will only provide speedups for one language on one platform.
-Some issues are delicate, e.g., how to remove the overhead of constant boxing
+Some issues are delicate, e.g., how to remove the overhead of constantly boxing
 and unboxing, typical in dynamic languages.  An advantage compared to PyPy is
 that there are some hand optimizations that can be performed, that do not fit
 in the metaprogramming approach.  But metaprogramming makes the PyPy JIT



More information about the Pypy-commit mailing list