xo-gc: refactor: retire DX1Collector._shallow_move()
This commit is contained in:
parent
7524f30bf8
commit
cd7adc3bb9
2 changed files with 4 additions and 0 deletions
|
|
@ -279,10 +279,12 @@ namespace xo {
|
|||
**/
|
||||
void forward_inplace(AGCObject * lhs_iface, void ** lhs_data);
|
||||
|
||||
#ifdef OBSOLETE
|
||||
/** evacuate object with type @p iface at address @p from_src
|
||||
* to to-space. Return new to-space location.
|
||||
**/
|
||||
void * _shallow_move(const AGCObject * iface, void * from_src);
|
||||
#endif
|
||||
|
||||
/** true iff {alloc_hdr, object_data} should move for
|
||||
* currently-running collection.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue