From: Eric Wong Date: 2014-09-10T09:01:20+00:00 Subject: [ruby-core:64924] Re: [ruby-trunk - Feature #10187] minor iseq memory reductions ko1@atdot.net wrote: > Eric Wong wrote: > > Nobody hits the limit, so reusing rb_memerror keeps code size down. > > how about to use rb_fatal() to declare give up? Actually, nobody hits that check anymore, I removed it. Correct check is in r47512, thanks nobu!