25 May
2013
25 May
'13
3:53 p.m.
2013/5/25 Oliver Kowalke
Can't this library take care of the architecture and always require the StackAllocator to return the lowest address?
boost.context is a low level lib - stack management is out of its scope.
I mean the API, no matter how the stack is created. In the assembly implementation, you know how the stack grows, don't you? If so, why not requires the users pass the lowest address and leave the users from having to know the platform specific behavior?