Closed cjeker closed 8 months ago
Add back proper ASM for sparc64 systems that works.
This is needed to support systems without ucontext support. Also the direct ASM is probably a lot faster then the ucontext code since it avoids extra system calls.
It would be nice if PR #251 would be reviewed.
Also https://github.com/php/php-src/pull/13382 depends on this.
done - ty
Add back proper ASM for sparc64 systems that works.
This is needed to support systems without ucontext support. Also the direct ASM is probably a lot faster then the ucontext code since it avoids extra system calls.
It would be nice if PR #251 would be reviewed.
Also https://github.com/php/php-src/pull/13382 depends on this.