Commit Graph

19 Commits

Author SHA1 Message Date
Oliver Kowalke
8346fbfa89 no data transfer with call/cc 2017-08-01 09:43:29 +02:00
Oliver Kowalke
ad29fd3afd update performance docu 2017-06-04 20:27:03 +02:00
oliver Kowalke
492784dda3 update performance numbers 2017-06-04 20:27:03 +02:00
Oliver Kowalke
4b8a730919 support ucontext_t in callcc() 2017-06-01 18:20:02 +02:00
oliver Kowalke
4ad58e5516 documentation: fix perforamnce numbers 2016-11-11 08:05:13 +01:00
Oliver Kowalke
e802ccf5cf docu 2016-02-12 19:30:45 +01:00
Oliver Kowalke
1bf9f6dfdb documentation updated 2016-01-12 20:29:58 +01:00
Oliver Kowalke
aadb5968f4 remove parent-tracking in execution_context
- tracking parent inside of execution_context:
- costs performance
- execution_context doesn't realy know which execution_context should be
  executed next (if it's terminating)
- fibers do not care of the parent context -> scheduler decides which is
  the next context
2015-06-03 09:00:21 +02:00
Oliver Kowalke
ba36e3d243 add support for execution_context 2014-11-21 20:21:47 +01:00
Oliver Kowalke
47329c468a fix docu 2014-01-16 18:02:09 +01:00
Oliver Kowalke
06a46e8db1 improve perfromance measurements 2014-01-16 17:57:47 +01:00
Oliver Kowalke
5fe939cd06 context: namespace renamed to 'context'; spltting up asm files
[SVN r80529]
2012-09-15 06:31:49 +00:00
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
Oliver Kowalke
bfcb85b02d context: remove properties <abi>, <binary-format> from Jamfile; update docu
[SVN r80165]
2012-08-24 08:26:53 +00:00
Oliver Kowalke
2c9447da52 context: update performance section in documentation for i386
[SVN r80108]
2012-08-21 11:18:23 +00:00
Oliver Kowalke
b5fe010e78 context: tab cleanup
[SVN r78544]
2012-05-22 20:02:04 +00:00
Oliver Kowalke
ba0bd236fb context: update of documentation
[SVN r78180]
2012-04-24 15:49:11 +00:00
Oliver Kowalke
ac53b011b4 context: documentation update, performance test with boost.function
[SVN r78179]
2012-04-24 12:36:55 +00:00
Oliver Kowalke
b8fd549bac initial commit of boost.context
[SVN r76974]
2012-02-11 13:04:55 +00:00