Author: Maciej Fijalkowski <[email protected]>
Branch: 
Changeset: r200:13e1f8c97ca7
Date: 2012-04-25 11:56 +0200
http://bitbucket.org/pypy/jitviewer/changeset/13e1f8c97ca7/

Log:    bold new

diff --git a/_jitviewer/parser.py b/_jitviewer/parser.py
--- a/_jitviewer/parser.py
+++ b/_jitviewer/parser.py
@@ -31,6 +31,8 @@
             return "single-operation guard"
         elif 'call' in self.name:
             return "single-operation call"
+        elif self.name.startswith('new'):
+            return 'single-operation new'
         else:
             return "single-operation"
 
diff --git a/_jitviewer/static/style.css b/_jitviewer/static/style.css
--- a/_jitviewer/static/style.css
+++ b/_jitviewer/static/style.css
@@ -178,6 +178,10 @@
     font-size: 12px;
     font-weight: bold;
 }
+.new {
+    font-size: 12px;
+    font-weight: bold;
+}
 span.dmp,
 span.guard,
 span.call,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to