Fix GC for the last object in a chunk.
authorErik Verbruggen <erik.verbruggen@me.com>
Tue, 5 Feb 2013 21:49:26 +0000 (22:49 +0100)
committerLars Knoll <lars.knoll@digia.com>
Wed, 6 Feb 2013 07:51:13 +0000 (08:51 +0100)
commit4a1eba48a10c7b4eae8e0f5dc8ee80edc23b8e63
tree0e012c8e3719a9a9dace6692b1c945faeab2ddda
parent2a519f5610b4c284488e730442a758dbbb4d21d3
Fix GC for the last object in a chunk.

heapChunkBoundariesEnd points to the last entry in a chunk, so include
it as a valid address to be candidate for marking.

Change-Id: Ieb1fbb494ae2fd8ee5d38ae59529cf441fbcd729
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/v4/qv4mm.cpp