Re: [Qemu-devel] [PATCH v1 05/17] garbage collector: introduced for support of bypass coroutine

2014-08-05 Thread Eric Blake
On 08/04/2014 09:33 PM, Ming Lei wrote: > In case of bypass coroutine, some buffers in stack have to convert > to survive in the whole I/O submit & completion cycle. > > Garbase collector is one of the best data structure for this purpose, s/Garbase/A garbage/ > as I thought of. > > Signed-off-

[Qemu-devel] [PATCH v1 05/17] garbage collector: introduced for support of bypass coroutine

2014-08-04 Thread Ming Lei
In case of bypass coroutine, some buffers in stack have to convert to survive in the whole I/O submit & completion cycle. Garbase collector is one of the best data structure for this purpose, as I thought of. Signed-off-by: Ming Lei --- include/qemu/gc.h | 56 +