xo-gc: refactor: streamline GCObjectStore .forward_inplace_aux()
This commit is contained in:
parent
cd7adc3bb9
commit
033b83418c
4 changed files with 13 additions and 27 deletions
|
|
@ -454,10 +454,10 @@ namespace xo {
|
|||
}
|
||||
|
||||
void
|
||||
GCObjectStore::_forward_inplace_aux(DX1Collector * gc,
|
||||
AGCObject * lhs_iface,
|
||||
void ** lhs_data,
|
||||
Generation upto)
|
||||
GCObjectStore::forward_inplace_aux(DX1Collector * gc,
|
||||
AGCObject * lhs_iface,
|
||||
void ** lhs_data,
|
||||
Generation upto)
|
||||
{
|
||||
// upto == runstate_.gc_upto()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue