Shreenidhi Shedi <[email protected]> ha escrit: > Getting rid of this loop will surely give a good performance boost.
No, it won't. In most cases, x2nrealloc will be called exactly once,
so the loop is equivalent to "if (..) { x2nrealloc }".
Regards,
Sergey
