dstogov / ir

Lightweight JIT Compilation Framework
MIT License
353 stars 22 forks source link

Add support for AArch64 FreeBSD dynamic TLS #87

Closed nielsdos closed 5 months ago

nielsdos commented 5 months ago

This change is necessary to support https://github.com/php/php-src/pull/11236 for IR JIT. Currently that PR is only for 8.2-8.3 but I plan on adding IR JIT support once this is merged.

dstogov commented 5 months ago

Thanks. I've merged this into PHP master.