{% if show_upper_path %} <-- Up {% endif %}
{{ source.inputargs|safe }} {% for sourceline in source.lines %} {% if sourceline.in_loop %}
{{sourceline.line}}
{% if sourceline.chunks %}
{% for chunk in sourceline.chunks %} {% if chunk.is_bytecode %} {{chunk.html_repr()}}
{% for op in chunk.operations[1:] %} {% if op.bridge %} {{op.html_repr()}} >>show bridge (taken {{op.percentage}}%)
{% if op.asm %}

{{op.asm}}

{% endif %} {% else %} {{op.html_repr()}}
{% if op.asm %}

{{op.asm}}

{% endif %} {% endif %} {% endfor %} {% else %} {{(chunk.html_repr())|safe}}
{% endif %} {% endfor %}
{% endif %} {% else %} {% endif %} {% endfor %}