2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-26 18:32:54 +00:00
Files
context/example/transfer.cpp
Oliver Kowalke e32d499ae2 context: new layout for fcontext_t
- fcontext_t takes pointer to stack (lower addresses) and stack size
 - make_fcontext() computes start address of stack pointer depending on
   architecture (growing upwards, downwards)
 - make_fcontext() preserves frame pointer on intel
 - stack alignment corrected on intel
 - BOOST_USE_UCONTEXT for performance measurements added


[SVN r80338]
2012-08-31 19:50:07 +00:00

1.3 KiB