Micro-optimize gc scavenge.
authorStas Boukarev <stassats@gmail.com>
Sat, 31 Aug 2013 03:29:06 +0000 (07:29 +0400)
committerStas Boukarev <stassats@gmail.com>
Sat, 31 Aug 2013 03:29:06 +0000 (07:29 +0400)
commit35ab27e7aab71c94aa6be12da15603c7fd87fca8
tree5e9571617d23c91bab631cd9ebda002b2fb9ef8c
parent1a0d7598f0cc35d107599fa577c22c92e2453c1f
Micro-optimize gc scavenge.

Instead of putting the amount by which to increment the pointer and
then adding it at the end of the loop, increment the pointer
directly. Makes it slightly faster when compiled with GCC.
src/runtime/gc-common.c