[pypy-svn] r52424 - pypy/branch/jit-hotpath/pypy/jit/rainbow

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Mar 12 17:58:48 CET 2008


Author: cfbolz
Date: Wed Mar 12 17:58:46 2008
New Revision: 52424

Modified:
   pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py
   pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py
Log:
two typos


Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/hotpath.py	Wed Mar 12 17:58:46 2008
@@ -80,7 +80,7 @@
             maybe_on_top_of_llinterp(exceptiondesc, state.machine_code)(*args)
 
         HotEnterState.compile.im_func._dont_inline_ = True
-        jit_may_enter._always_inline = True
+        jit_may_enter._always_inline_ = True
         self.jit_may_enter_fn = jit_may_enter
 
     def update_interp(self):

Modified: pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/rainbow/rhotpath.py	Wed Mar 12 17:58:46 2008
@@ -73,7 +73,7 @@
 class GenerateReturn(Exception):
     pass
 
-class MesurePoint(object):
+class MeasurePoint(object):
     pass
 
 class HotPromotionDesc:



More information about the Pypy-commit mailing list