[ruby-core:60639] Re: [ruby-trunk - Feature #9508] Add method coverage and branch coverage metrics

From: Eric Wong <normalperson@...>
Date: 2014-02-10 21:53:12 UTC
List: ruby-core #60639
I suggest using a coverage struct pointer in rb_iseq_struct to hold all
3 coverage VALUEs.  rb_iseq_struct is gigantic already, so adding 2 more
VALUEs for infrequent coverage use can lead to even more bloat.

In This Thread

Prev Next