From: SASADA Koichi Date: 2015-12-08T14:41:50+09:00 Subject: [ruby-core:71938] Re: [Ruby trunk - Feature #11786] [Open] [PATCH] micro-optimize case dispatch even harder On 2015/12/08 13:53, Eric Wong wrote: >> > how to mark literal objects? > Take ideas from nobu (r52708 :) I meant marking, not for freeing a table. For example, bignum objects should mark from this table. ```ruby case nil when [bignum literal here] end ``` (Sorry if I overlooked marking) I'm not sure it is worth or not. IMO keeping simple with Hash is better on this case with your measured improvements. -- // SASADA Koichi at atdot dot net