Subject: [ruby-core:60639] Re: [ruby-trunk - Feature #9508] Add method coverage and branch coverage metrics
From: Eric Wong <normalperson@ b n >
Date: Mon, 10 Feb 2014 21:53:12 +0000
References: * 60638
In-reply-to: 60638
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.