History log of /ext-fiber/ (Results 26 – 50 of 294)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
aa550aa511-Apr-2021 Aaron Piotrowski

Add guard pages to stack size setting

2515a15c11-Apr-2021 David CARLIER

make_fcontext: backporting upstreamed fix for darwin/arm64, labels are supported from adr ins. (#22)

9aeb670f11-Apr-2021 Aaron Piotrowski

make_fcontext aligns pointer

No need to align the stack pointer manually, make_fcontext already does this.

108899bf10-Apr-2021 Aaron Piotrowski

Free context on error

bb01330709-Apr-2021 Aaron Piotrowski

Index active fibers by ID

526d444009-Apr-2021 Christoph M. Becker

Add AppVeyor CI for x86 builds (#21)

324c0e5e09-Apr-2021 Aaron Piotrowski

Simplify further

f7fe547a09-Apr-2021 Aaron Piotrowski

Simplify fragment

b884668209-Apr-2021 Aaron Piotrowski

Use Makefile fragment on Windows

c4b643e509-Apr-2021 Aaron Piotrowski

Few other minor nits

04cf147608-Apr-2021 Aaron Piotrowski

A few minor fixes and nits

2993e08e07-Apr-2021 Aaron Piotrowski

Eliminate stack temp

134f7dda07-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 ...

fbf4cb9206-Apr-2021 Aaron Piotrowski

Consolodate freeing

6354515403-Apr-2021 Aaron Piotrowski

Change timing of setting current fiber

485afb2e03-Apr-2021 Aaron Piotrowski

Fix header installs

89d365db02-Apr-2021 Aaron Piotrowski

Switch to {main} for fatal errors

a89a209b29-Mar-2021 Aaron Piotrowski

Minor stylistic changes

45143f6e29-Mar-2021 Aaron Piotrowski

Combine create and initialize context functions

zend_fiber_create_context had been reduced to a malloc function and felt unnecessary.

d482635b28-Mar-2021 Aaron Piotrowski

Remove stack_size property

Accessable through fiber->context->stack.size.

301e5c2628-Mar-2021 Aaron Piotrowski

Remove initialized flag

54eeb4b528-Mar-2021 Aaron Piotrowski

Remove root context

9e8d1f4828-Mar-2021 Aaron Piotrowski

Remove initial jump/suspend

575c8d4228-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 ...

6ba37d9f28-Mar-2021 Aaron Piotrowski

Remove stack_size property

Accessable through fiber->context->stack.size.

12345678910>>...12