Commit Graph

11 Commits

Author SHA1 Message Date
Oliver Kowalke
ed585885de fix segmented-stacks bug in Jamfiles 2015-06-04 07:04:37 +02:00
Oliver Kowalke
bffa3f5561 add BOOST_DISABLE_ASSERTS in Jamfile 2014-07-29 20:27:42 +02:00
Oliver Kowalke
68e5857509 symmetric-coroutine: placement new + StackAllocator
- for symmetric_coroutine<> StackAllocator is type-erased
- symmetric_coroutine_impl<> is allocated via placement-new on
  coroutine's stack -> no extra jump to coroutine-context
2014-03-26 17:44:18 +01:00
Oliver Kowalke
7b0c1dd87d introduction of stack_traits 2014-03-14 17:09:59 +01:00
Oliver Kowalke
4929f37992 add b2-commandline parameters to Jamfile for performance-tests 2014-03-04 09:26:10 +01:00
Oliver Kowalke
1caaffa6b1 make pinning thread to cpu a choice 2014-02-06 17:23:46 +01:00
Oliver Kowalke
82a78583ff rename to symmetric_coroutine_call<> 2014-02-05 19:27:22 +01:00
Oliver Kowalke
baabddae44 rename symmetric_coroutine_self -> symmetric_coroutine_yield 2014-02-05 17:38:09 +01:00
Oliver Kowalke
e0214a767a remove symmetric_coroutine<T>::operaotr()() 2014-02-04 20:20:57 +01:00
Oliver Kowalke
6e51c8222c print overhead of measurement in preformance tests 2014-02-02 19:34:17 +01:00
Oliver Kowalke
af0f6110d2 perfromance tests for symmetric coroutines 2014-02-02 18:36:30 +01:00