On March 7, 2003 01:18 am, Dmitry Timoshkov wrote:
I think that using a helper [...] makes it simpler to modify the code if we will later decide to change the implementation.
I don't think this is a consideration. The way the wrapper is written allows for no other implementation, really, since you don't have a free call...
But I don't think it's worth worrying about such flexibility. Using the TEB static buffer makes sense, let's do that, with or without the wrapper.