aa550aa5 | 11-Apr-2021 |
Aaron Piotrowski |
Add guard pages to stack size setting |
2515a15c | 11-Apr-2021 |
David CARLIER |
make_fcontext: backporting upstreamed fix for darwin/arm64, labels are supported from adr ins. (#22) |
9aeb670f | 11-Apr-2021 |
Aaron Piotrowski |
make_fcontext aligns pointer No need to align the stack pointer manually, make_fcontext already does this. |
108899bf | 10-Apr-2021 |
Aaron Piotrowski |
Free context on error |
bb013307 | 09-Apr-2021 |
Aaron Piotrowski |
Index active fibers by ID |
526d4440 | 09-Apr-2021 |
Christoph M. Becker |
Add AppVeyor CI for x86 builds (#21) |
324c0e5e | 09-Apr-2021 |
Aaron Piotrowski |
Simplify further |
f7fe547a | 09-Apr-2021 |
Aaron Piotrowski |
Simplify fragment |
b8846682 | 09-Apr-2021 |
Aaron Piotrowski |
Use Makefile fragment on Windows |
c4b643e5 | 09-Apr-2021 |
Aaron Piotrowski |
Few other minor nits |
04cf1476 | 08-Apr-2021 |
Aaron Piotrowski |
A few minor fixes and nits |
2993e08e | 07-Apr-2021 |
Aaron Piotrowski |
Eliminate stack temp |
134f7dda | 07-Apr-2021 |
Aaron Piotrowski |
Fix hidden exception from suspend in force closed fiber (EG(flags) & EG_FLAGS_IN_SHUTDOWN) cannot be used as a replacement for FIBER_G(shutdown) because it prevents fibers being resumed in a
Fix hidden exception from suspend in force closed fiber (EG(flags) & EG_FLAGS_IN_SHUTDOWN) cannot be used as a replacement for FIBER_G(shutdown) because it prevents fibers being resumed in a shutdown function.
show more ...
|
fbf4cb92 | 06-Apr-2021 |
Aaron Piotrowski |
Consolodate freeing |
63545154 | 03-Apr-2021 |
Aaron Piotrowski |
Change timing of setting current fiber |
485afb2e | 03-Apr-2021 |
Aaron Piotrowski |
Fix header installs |
89d365db | 02-Apr-2021 |
Aaron Piotrowski |
Switch to {main} for fatal errors |
a89a209b | 29-Mar-2021 |
Aaron Piotrowski |
Minor stylistic changes |
45143f6e | 29-Mar-2021 |
Aaron Piotrowski |
Combine create and initialize context functions zend_fiber_create_context had been reduced to a malloc function and felt unnecessary. |
d482635b | 28-Mar-2021 |
Aaron Piotrowski |
Remove stack_size property Accessable through fiber->context->stack.size. |
301e5c26 | 28-Mar-2021 |
Aaron Piotrowski |
Remove initialized flag |
54eeb4b5 | 28-Mar-2021 |
Aaron Piotrowski |
Remove root context |
9e8d1f48 | 28-Mar-2021 |
Aaron Piotrowski |
Remove initial jump/suspend |
575c8d42 | 28-Mar-2021 |
Aaron Piotrowski |
Update file header Thanks to Martin Schröder for the original code and inspiration, but I should be the main contact for questions and maintance of this code. Very little of the original cod
Update file header Thanks to Martin Schröder for the original code and inspiration, but I should be the main contact for questions and maintance of this code. Very little of the original code remains unchanged.
show more ...
|
6ba37d9f | 28-Mar-2021 |
Aaron Piotrowski |
Remove stack_size property Accessable through fiber->context->stack.size. |