vm: improved fingering technique

db4
Slava Pestov 2010-06-16 19:08:58 -04:00
parent 53f664ae50
commit f29a1038eb
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ template<typename Block, typename Iterator> struct heap_compactor {
{
if(this->state->marked_p(block))
{
*finger = block;
*finger = (Block *)((char *)block + size);
memmove((Block *)address,block,size);
iter(block,(Block *)address,size);
address += size;