[pypy-svn] extradoc extradoc: gray out some more ops (thanks armin)

cfbolz commits-noreply at bitbucket.org
Sun Mar 27 17:19:24 CEST 2011


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r3424:69431dd1b484
Date: 2011-03-27 17:19 +0200
http://bitbucket.org/pypy/extradoc/changeset/69431dd1b484/

Log:	gray out some more ops (thanks armin)

diff --git a/talk/icooolps2011/code/trace2.tex b/talk/icooolps2011/code/trace2.tex
--- a/talk/icooolps2011/code/trace2.tex
+++ b/talk/icooolps2011/code/trace2.tex
@@ -23,8 +23,8 @@
 |{\color{gray}guard($map_3$ == 0xb74af4a8)}|
 |{\color{gray}$index_3$ = Map.getindex($map_3$, "c")}|
 |{\color{gray}guard($index_3$ == -1)}|
-$cls_2$ = $inst_1$.cls
-$methods_2$ = $cls_2$.methods
+|{\color{gray}$cls_2$ = $inst_1$.cls}|
+|{\color{gray}$methods_2$ = $cls_2$.methods}|
 $result_3$ = dict.get($methods_2$, "c")
 guard($result_3$ is not None)
 


More information about the Pypy-commit mailing list