On Fri, Sep 19, 2008 at 05:56:46PM -0700, Avi Kivity wrote:
>> +    } while (level > start_level-1);
>> +}
>> +
>
> Could be much simplified with recursion, no?  As the depth is limited to  
> 4, there's no stack overflow problem.

The early version was recursive, but since its a generic helper I
preferred a non-recursive function.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to