Skip to content
Unverified Commit 87fa2de2 authored by Luker's avatar Luker
Browse files

Solve Weak-vtables warning, improve memory use.



Having deque of pointers to objects of about uint32
was not really efficient, plus we had the "Weak-vtable"
warning.

keep everything in a union, manually resolve the right
function to call. Now we have a deque of operations.
Only block and reorder need further allocations.

Signed-off-by: default avatarLuca Fulchir <luker@fenrirproject.org>
parent 9d811fc0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment