kphp
kphp copied to clipboard
KPHP — a PHP compiler
WIP, will be rebased after previous MRs merged.
**General** This PR improves collecting of async stack traces in runtime-light **Problem** The current collecting backtrace doesn't handle jumps from an async stack to a sync stack and back, as...
When trying to build KPHP from sources on Ubuntu 24.04, I get this error: 0%] Built target openssl-pic [ 10%] Building CXX object CMakeFiles/tlo_parsing_src-no-pic.dir/common/tlo-parsing/flat-optimization.cpp.o [ 10%] Building CXX object CMakeFiles/tlo_parsing_src-pic.dir/common/tlo-parsing/flat-optimization.cpp.o...
I have tried to run transpiler with TSAN on simple program and found lots of data races. This PR fixes some of them, but not all. * Introduce new locker...
Use pselect in stream_select. Closes TODO