Project

General

Profile

« Previous | Next » 

Revision 0aa404b9

Added by peterzhu2118 (Peter Zhu) almost 2 years ago

Change heap init environment variable names

This commit changes RUBY_GC_HEAP_INIT_SIZE_{40,80,160,320,640}SLOTS to
RUBY_GC_HEAP
{0,1,2,3,4}_INIT_SLOTS. This is easier to use because the
user does not need to determine the slot sizes (which can vary between
32 and 64 bit systems). They now just use the heap names
(GC.stat_heap.keys).