boostorg / context

294 stars 147 forks source link

ASM support for sparc64 systems #253

Closed cjeker closed 6 months ago

cjeker commented 6 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.

olk commented 6 months ago

done - ty