2
0
mirror of https://github.com/boostorg/context.git synced 2026-01-20 04:22:30 +00:00

21 Commits

Author SHA1 Message Date
Oliver Kowalke
ab0865e168 implementation of fibers without scheduler according to P0876R0 2018-01-16 20:19:12 +01:00
Oliver Kowalke
be97a3ebbc cleanup performance tests 2017-06-01 18:20:02 +02:00
Oliver Kowalke
06a46e8db1 improve perfromance measurements 2014-01-16 17:57:47 +01:00
Oliver Kowalke
dbfeda223d context: simple_stack_allocator moved to examples directory, guarded_stack_allocator removed
[SVN r81346]
2012-11-14 17:30:45 +00: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
854c49d321 context: return pointer to fcontext_t
- make_fcontext() allocated fcontext_t on context stack and return pointer
 - stack_allocator renamed to guarded_stack_allocator
 - simple_stack_allocator using calloc()/free() added
 - pagesize() made public accessible


[SVN r80423]
2012-09-06 19:43:07 +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
2be3bf4d5a context: use size instead of limit if fc_stack
[SVN r79956]
2012-08-10 16:07:25 +00:00
Oliver Kowalke
367fa773eb context: remove dependencies to other boost libs in performance test
[SVN r78752]
2012-05-29 18:23:19 +00:00
Oliver Kowalke
560ae0097e context: conditiona compilation for rdtsc - performance tests
[SVN r78617]
2012-05-25 15:13:20 +00:00
Oliver Kowalke
cfeb8b5db4 context: clock_gettime() added to performance measurement
[SVN r78548]
2012-05-23 08:17:24 +00:00
Oliver Kowalke
b5fe010e78 context: tab cleanup
[SVN r78544]
2012-05-22 20:02:04 +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
6151f8173d context: remove argument for context function from make_fcontext()
[SVN r78129]
2012-04-22 10:18:43 +00:00
Oliver Kowalke
97d37d559f context: remove start_fcontext; context linking removed
[SVN r78114]
2012-04-21 19:05:03 +00:00
Oliver Kowalke
298e975ae0 context: remove programm_options from performance test
[SVN r78049]
2012-04-17 17:33:52 +00:00
Oliver Kowalke
b5d3fe3e08 context: support of other compilers for performance test
[SVN r78032]
2012-04-17 07:09:19 +00:00
Oliver Kowalke
97ff7d1100 context: reorganice performance measurement
[SVN r77987]
2012-04-15 10:49:42 +00:00
Oliver Kowalke
9deb45a979 context: enable ucontext in performance test
[SVN r77952]
2012-04-13 18:51:26 +00:00
Oliver Kowalke
13b4a5b3bd context: library stripped
[SVN r77938]
2012-04-12 18:42:36 +00:00
Oliver Kowalke
b8fd549bac initial commit of boost.context
[SVN r76974]
2012-02-11 13:04:55 +00:00