[sgen] Use unified cardtable-update code in M&S, too.
authorMark Probst <mark.probst@gmail.com>
Wed, 3 Apr 2013 19:25:58 +0000 (12:25 -0700)
committerMark Probst <mark.probst@gmail.com>
Wed, 3 Apr 2013 19:25:58 +0000 (12:25 -0700)
commit7cb476758c92637e7747382b07339b45244a85cd
tree6f42bbf149e9c42f83288f88d45c447679437b94
parentb347b882554c30c31ec4f895b402609eeef278c6
[sgen] Use unified cardtable-update code in M&S, too.

The bug where objects crossed the cardtable overlap boundary cannot
happen with M&S because blocks are naturally aligned.  It can't hurt
to use the same code for updating them, too, though.
mono/metadata/sgen-cardtable.c
mono/metadata/sgen-cardtable.h
mono/metadata/sgen-los.c
mono/metadata/sgen-marksweep.c