From: monojenkins Date: Tue, 26 Jan 2016 14:50:17 +0000 (+0000) Subject: Merge pull request #2449 from lambdageek/dev/no-chunks X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=19f5033b7d89aacbd1486db2d236fac6b75b87b8;p=mono.git Merge pull request #2449 from lambdageek/dev/no-chunks [handle] Remove chunk_last field from MonoHandleArena Remove the `chunk_last` field. This changes MonoHandleArena from a queue of chunks to a stack of chunks. More importantly, the MonoHandleArena has an initial chunk that is allocated on the stack together with the arena. Previously that chunk was at the front of the list of chunks, but now it is at the end. --- 19f5033b7d89aacbd1486db2d236fac6b75b87b8