Browse Source
This saves about 15% of the clock cycles spent on allocation. Using the slice allocator does not add a visible improvement; allocation is faster than malloc, while freeing seems to be slower. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>pull/11/merge
committed by
Stefan Hajnoczi
1 changed files with 6 additions and 4 deletions
Loading…
Reference in new issue