
Am 09.01.2012 18:36, schrieb Robert Ramey:
On Mon, Jan 9, 2012 at 12:58 AM, Robert Ramey<ramey@rrsd.com> wrote: Note that Boost.Context has a much more comprehensive set of backends: while Boost.Coroutine only had a Linux x86 asm backend and relied on fibers or makecontext for portability, I"m a window ms user and I found this unsatisfactory so I re-implemented
Giovanni Piero Deretta wrote: the context switch in inline assembly. This had the effect of making the library header only. Is it really necessary that Boost.Context be a compiled library?
Robert Ramey
_______________________________________________ Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
inline assembly is not allways supported - for instance newer version of MS VC on x86_64 and itanium: http://msdn.microsoft.com/en-us/library/4ks26t93.aspx Oliver