Boost logo

Boost Users :

Subject: [Boost-users] [context review] Review - alternative version available
From: Oliver Kowalke (oliver.kowalke_at_[hidden])
Date: 2011-03-22 16:07:40


Hi,

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



Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net