mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

certain deopts are not highlighted as such in the detailed method view

manuel-schiller opened this issue · comments

In the following trace, some methods contain detopts:

http://mrale.ph/irhydra/2/#gist:cb03646d9db987c3e9fa6baa70d04053

In the overview, those methods are hightlighted in red to indicate this:

overview

But in the detailed method view, those deopts are not hightlighted anymore:

detail

Thank you for the report and reproduction! This should now be fixed.