Author: Maciej Fijalkowski <fij...@gmail.com> Branch: Changeset: r226:dc0e1f65f38b Date: 2013-03-24 21:03 -0700 http://bitbucket.org/pypy/jitviewer/changeset/dc0e1f65f38b/
Log: oops diff --git a/_jitviewer/templates/loop.html b/_jitviewer/templates/loop.html --- a/_jitviewer/templates/loop.html +++ b/_jitviewer/templates/loop.html @@ -13,7 +13,7 @@ {% for op in chunk.operations %} {% if op.name != "debug_merge_point" %} {% if op.bridge %} - <span class="guard single-operation">{{op.html_repr()}}</span><a class="bridgelink" data-name="{{ op.bridge.descr }}" href="#"> show bridge</a> (run {{op.count}} times, ~{{op.percentage}}%)<br/> + <span class="guard single-operation">{{op.html_repr()}}</span><a class="bridgelink" data-name="{{ op.bridge }}" href="#"> show bridge</a> (run {{op.count}} times, ~{{op.percentage}}%)<br/> {% if op.asm %} <p class="asm">{{op.asm}}</p> {% endif %} _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit