Boost logo

Boost :

Subject: Re: [boost] [context review] Review - alternative version available
From: Artyom (artyomtnk_at_[hidden])
Date: 2011-03-22 16:32:09


>

> I've uploaded an alternative version to boost vault
>(boost.context-alternative_version.zip : http://tinyurl.com/6fpnkro).
> The documentation is available at
>http://ok73.ok.funpic.de/alternative/boost/libs/context/doc/html/.
>
> changes:
>
> - fixed bug for x86_64/sysv/elf assembler file: missing assembler directive
>.type added
> - as suggested by Artyom and Vicente:
> - assembler implementation and native implementation of context switching
>functions compiled and applied as template arg to context<>
> -> context<> == context< protected_stack, asm_impl > on UNIX, context<
>protected_stack, native_impl > on Windows
> - for Windows assembler implementation is disabled
>
> Oliver

It is much better :-)

And the crash bug is gone.

Artyom

      


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk