[pypy-svn] r35385 - pypy/branch/jit-real-world/pypy/translator/tool

ac at codespeak.net ac at codespeak.net
Wed Dec 6 13:32:01 CET 2006


Author: ac
Date: Wed Dec  6 13:32:01 2006
New Revision: 35385

Modified:
   pypy/branch/jit-real-world/pypy/translator/tool/make_dot.py
Log:
svn merge -r 35383:35384 svn+ssh://codespeak.net/svn/pypy/dist/pypy/translator/tool

Modified: pypy/branch/jit-real-world/pypy/translator/tool/make_dot.py
==============================================================================
--- pypy/branch/jit-real-world/pypy/translator/tool/make_dot.py	(original)
+++ pypy/branch/jit-real-world/pypy/translator/tool/make_dot.py	Wed Dec  6 13:32:01 2006
@@ -77,7 +77,8 @@
 
 TAG_TO_COLORS = {
     "timeshifted":  "#cfa5f0",
-    "portal_entry": "#f084c2"
+    "portal_entry": "#84abf0",
+    "portal_reentry": "#f084c2",
 }
 DEFAULT_TAG_COLOR = "#a5e6f0"
 RETURN_COLOR = "green"



More information about the Pypy-commit mailing list