From: Shyouhei Urabe Date: 2011-07-16T20:04:34+09:00 Subject: [ruby-core:38099] [Ruby 1.9 - Feature #5033] PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again. Issue #5033 has been updated by Shyouhei Urabe. -1 I believe my compiler is smart enough to do that optimization and goto is considered harmful. ---------------------------------------- Feature #5033: PATCH: 1.9: gc_mark_children: Avoid gc_mark() tail recursion, use goto again. http://redmine.ruby-lang.org/issues/5033 Author: Kurt Stephens Status: Assigned Priority: Normal Assignee: Narihiro Nakamura Category: core Target version: 1.9.x Minor GC improvement. Avoid recurring into gc_mark() when "goto again;" is sufficient. -- KAS -- http://redmine.ruby-lang.org