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.
 
 
韩天峰 f2c9309857 修复常量字面量运算溢出未转浮点的问题 3 weeks ago
..
anon_class mv tests/aot to tests/compiler 2 months ago
array Fix windows 4 weeks ago
array_method mv tests/aot to tests/compiler 2 months ago
arrow_fn mv tests/aot to tests/compiler 2 months ago
attribute refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
basic docs: add big number inplace optimization plan and update bool conversion 4 weeks ago
bigint feat(compiler): enhance big numeric type handling with improved conversions and validations 4 weeks ago
bignumber feat(compiler): enhance big number type handling in logical operations 4 weeks ago
callable mv tests/aot to tests/compiler 2 months ago
class fix(compiler): resolve class and interface dependency registration issues 1 month ago
closure chore(deps): update swoole/phpx dependency and add test environment 4 weeks ago
coalesce test(compiler): strengthen undefined coalesce assignment coverage 1 month ago
compiler mv tests/aot to tests/compiler 2 months ago
const fix(generator): handle class constant parameter defaults correctly 4 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 4 weeks ago
devirtualize mv tests/aot to tests/compiler 2 months ago
dynamic_call test(object_property): update dynamic property assignment test expectations 1 month ago
empty mv tests/aot to tests/compiler 2 months ago
enum mv tests/aot to tests/compiler 2 months ago
exception fix: cover eval error lifecycle regressions 4 weeks ago
ffi mv tests/aot to tests/compiler 2 months ago
float_edge mv tests/aot to tests/compiler 2 months ago
functions feat(translator): implement argument consumption optimization for wrapper functions 1 month ago
generator merge: sync generator return covariance fix with master 1 month ago
keyword_extension refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
keyword_method mv tests/aot to tests/compiler 2 months ago
loop feat(parser): add support for foreach by reference with property fetches 4 weeks ago
magic_methods fix(compiler): resolve class and interface dependency registration issues 1 month ago
named_args mv tests/aot to tests/compiler 2 months ago
namespace feat(parser): implement runtime constant resolution with namespace fallback 1 month ago
nullsafe mv tests/aot to tests/compiler 2 months 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 2 months ago
parent_call mv tests/aot to tests/compiler 2 months ago
place-holder mv tests/aot to tests/compiler 2 months 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 2 months ago
std-bigfloat refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-bigint refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-decimal refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-map refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-ordered-map refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-stream refactor(tests): replace native_types and complex_types with Type constants 2 months ago
std-vector feat(parser): add array reference support and improve foreach handling 1 month ago
stdlib mv tests/aot to tests/compiler 2 months ago
stream_method refactor(compiler): replace ExtensionProvider with MethodsFor attribute 1 month ago
strict_types mv tests/aot to tests/compiler 2 months ago
string_method mv tests/aot to tests/compiler 2 months ago
super_global fix: align server globals with PHP CLI 4 weeks ago
switch mv tests/aot to tests/compiler 2 months ago
trait fix(translator): align trait parent wrapper signatures 1 month ago
type_decl fix(compiler): enforce complete return covariance rules 1 month ago
type_hits mv tests/aot to tests/compiler 2 months 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 2 months ago
README_TEST_COVERAGE.md mv tests/aot to tests/compiler 2 months ago
RUN_TESTS_GUIDE.md rename(compiler): update compiler executable name from compiler.php to tpc.php 2 months ago
SKIP_TESTS.md rename(tests): move aot tests directory to compiler 2 months ago
TEST_SUPPLEMENT_REPORT.md rename(tests): move aot tests directory to compiler 2 months ago
concat_empty.phpt fix(parser): safely omit empty concat literals 1 month ago
concat_flatten.phpt mv tests/aot to tests/compiler 2 months ago
constant-int-arithmetic-overflow.phpt 修复常量字面量运算溢出未转浮点的问题 3 weeks ago
static_property_test.inc mv tests/aot to tests/compiler 2 months ago