[pypy-svn] r60631 - pypy/extradoc/talk/ecoop2009

antocuni at codespeak.net antocuni at codespeak.net
Sat Dec 20 10:19:03 CET 2008


Author: antocuni
Date: Sat Dec 20 10:19:02 2008
New Revision: 60631

Modified:
   pypy/extradoc/talk/ecoop2009/rainbow.tex
Log:
I guess this was a typo



Modified: pypy/extradoc/talk/ecoop2009/rainbow.tex
==============================================================================
--- pypy/extradoc/talk/ecoop2009/rainbow.tex	(original)
+++ pypy/extradoc/talk/ecoop2009/rainbow.tex	Sat Dec 20 10:19:02 2008
@@ -152,7 +152,7 @@
     stack = []
     while pc < code_len:
         opcode = ord(code[pc])
-        opcode = hint(opcode, promote_class=True)
+        opcode = hint(opcode, concrete=True)
         pc += 1
 
         if opcode == PUSH:



More information about the Pypy-commit mailing list