From: SASADA Koichi Date: 2014-08-29T03:50:53-03:00 Subject: [ruby-core:64626] Re: [ruby-trunk - Feature #10182] [Open] [PATCH] string.c: move frozen_strings table to rb_vm_t (2014/08/28 19:51), normalperson@yhbt.net wrote: > Cleanup in case MVM development proceeds. Now, mvm is stopping. I don't like to include vm_core.h only for such purpose. It extends dependency, taking long build time, and so on. How about to make a function such as "rb_vm_fstring_table()" in string.c and use C's global variable just now, and comment to take care? ### for mvm, in this case, it should use VM global variable accessor function with specific ID (not available in trunk). -- // SASADA Koichi at atdot dot net