mraleph / irhydra

Tool for displaying IR used by V8 and Dart VM optimizing compilers
Apache License 2.0
433 stars 32 forks source link

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

Closed manuel-schiller closed 7 years ago

manuel-schiller commented 7 years ago

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

mraleph commented 7 years ago

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