Properly mark objects at the beginning of a chunk
authorLars Knoll <lars.knoll@digia.com>
Sun, 10 Mar 2013 13:58:35 +0000 (14:58 +0100)
committerSimon Hausmann <simon.hausmann@digia.com>
Mon, 11 Mar 2013 09:18:53 +0000 (10:18 +0100)
commitfcf24c01ef9df1e6b81b5f31cf01abcf4eb191d0
tree319e05b1af869fc5dc4357e342f802b8be499f73
parent7ac91e56720c70726d81875a94c5b88d7afd3cac
Properly mark objects at the beginning of a chunk

Objects at the beginning of a chunk didn't get marked
properly as qLowerBound in the mark() method returned an
even number for them. Fix this by subtracting one to the
beginning of the chunk.

Change-Id: I1abd7e24f5b7f374fc0776b7d891a3124fee7270
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/v4/qv4mm.cpp