TypePHP 编译器 https://swoole.com/aot/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
韩天峰 3b3711c139 feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
..
anon_class mv tests/aot to tests/compiler 1 month ago
array Fix windows 4 weeks ago
array_method mv tests/aot to tests/compiler 1 month ago
arrow_fn mv tests/aot to tests/compiler 1 month ago
attribute refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
basic docs: add big number inplace optimization plan and update bool conversion 3 weeks ago
bigint feat(compiler): enhance big numeric type handling with improved conversions and validations 3 weeks ago
bignumber feat(compiler): enhance big number type handling in logical operations 3 weeks ago
callable mv tests/aot to tests/compiler 1 month ago
class chore(deps): update swoole/phpx dependency and add magic method tests 3 weeks ago
closure feat(closure): implement proper lexical scope handling for closures 3 weeks ago
coalesce test(compiler): strengthen undefined coalesce assignment coverage 1 month ago
compiler mv tests/aot to tests/compiler 1 month ago
const fix(generator): handle class constant parameter defaults correctly 3 weeks ago
control_flow feat(compiler): add expected and unexpected branch prediction functions 1 month ago
decimal fix(decimal): optimize integer to decimal conversion without string intermediate 3 weeks ago
devirtualize mv tests/aot to tests/compiler 1 month ago
dynamic_call test(object_property): update dynamic property assignment test expectations 1 month ago
empty mv tests/aot to tests/compiler 1 month ago
enum mv tests/aot to tests/compiler 1 month ago
exception fix: cover eval error lifecycle regressions 4 weeks ago
ffi mv tests/aot to tests/compiler 1 month ago
float_edge mv tests/aot to tests/compiler 1 month ago
functions feat(translator): implement argument consumption optimization for wrapper functions 1 month ago
generator refactor(parser): change numeric parsing to always return strings 3 weeks ago
keyword_extension refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
keyword_method mv tests/aot to tests/compiler 1 month ago
loop feat(parser): add support for foreach by reference with property fetches 3 weeks ago
magic_methods chore(deps): update swoole/phpx dependency and add magic method tests 3 weeks ago
named_args mv tests/aot to tests/compiler 1 month ago
namespace feat(parser): implement runtime constant resolution with namespace fallback 4 weeks ago
nullsafe mv tests/aot to tests/compiler 1 month ago
object_ctor fix(compiler): 检查构造函数可见性以防止非法调用 1 month ago
object_property test(object_property): update dynamic property assignment test expectations 1 month ago
operator fix(parser): handle native boolean literals in strict comparisons 4 weeks ago
optimizations mv tests/aot to tests/compiler 1 month ago
parent_call mv tests/aot to tests/compiler 1 month ago
place-holder mv tests/aot to tests/compiler 1 month ago
ref fix(parser): preserve references across all array write paths 1 month ago
self-class fix(stub): normalize special class constant references 1 month ago
static add phpt tests 3 weeks ago
std-array refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-bigfloat refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-bigint feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
std-decimal refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-map feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
std-ordered-map refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-stream refactor(tests): replace native_types and complex_types with Type constants 1 month ago
std-vector feat(compiler): implement std container default initialization and mutation guards 3 weeks ago
stdlib mv tests/aot to tests/compiler 1 month ago
stream_method refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
strict_types feat(compiler): implement strict scalar type validation for parameters and returns 3 weeks ago
string_method mv tests/aot to tests/compiler 1 month ago
super_global fix: align server globals with PHP CLI 4 weeks ago
switch mv tests/aot to tests/compiler 1 month ago
trait feat(wasm): add TypePHP WASM implementation plan and trait scope guard support 3 weeks ago
type_decl fix(compiler): enforce complete return covariance rules 1 month ago
type_hits mv tests/aot to tests/compiler 1 month ago
universal_method refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
var_convert refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
variadic mv tests/aot to tests/compiler 1 month ago
README_TEST_COVERAGE.md mv tests/aot to tests/compiler 1 month ago
RUN_TESTS_GUIDE.md rename(compiler): update compiler executable name from compiler.php to tpc.php 1 month ago
SKIP_TESTS.md rename(tests): move aot tests directory to compiler 1 month ago
TEST_SUPPLEMENT_REPORT.md rename(tests): move aot tests directory to compiler 1 month ago
concat_empty.phpt fix(parser): safely omit empty concat literals 1 month ago
concat_flatten.phpt mv tests/aot to tests/compiler 1 month ago
constant-int-arithmetic-overflow.phpt feat(parser): enhance constant expression evaluation with nested operations support 3 weeks ago
constant-shift-boundaries.phpt feat(parser): enhance constant expression evaluation with nested operations support 3 weeks ago
scalar-alias-class-type-names.phpt feat(parser): enhance constant integer arithmetic handling with native mode checks 3 weeks ago
static_property_test.inc mv tests/aot to tests/compiler 1 month ago