From: Nobuyoshi Nakada Date: 2012-10-11T10:27:54+09:00 Subject: [ruby-core:47900] Re: [ruby-trunk - Bug #7135] GC bug in Ruby 1.9.3-p194? Hi, At Thu, 11 Oct 2012 10:08:51 +0900, alexdowad (Alex Dowad) wrote in [ruby-core:47898]: > Question: does the Ruby GC look for Object references by > scanning the stack? Of course yes, but recent compilers often optimize out those variables. -- Nobu Nakada