graalphp icon indicating copy to clipboard operation
graalphp copied to clipboard

An efficient PHP implementation built on GraalVM

Results 28 graalphp issues
Sort by recently updated
recently updated
newest added

PHP SAPI: https://github.com/php/php-src/tree/master/sapi

feature

I thought implementing string would be easy, but I was so wrong, [https://github.com/avierr/graalphp/commit/58142efd3c8e3e65ac1be93d21edea32c35c9810] PHP supports string interpolation, probably this needs some pre-processing to convert it into string concatenation operations? we...

food-for-thought

- mx benchmark ? - CI hosted/ dedicated server ? - existing visualization tools ? - what do other language implementations do ?

documentation
enhancement
infrastructure

https://github.com/abertschi/graalphp/tree/master/benchmarks/evaluation

php-feature
graaphp-language
feature

i originally was not aware of truffle's builtin logging facilities and wanted to avoid issues with substrate vm to native compile. so we added a simple logging interface which prints...

enhancement
good first issue
graaphp-language

complete support for sequences, add support for maps, sets, stacks, queues https://www.php.net/manual/en/language.types.array.php Some ideas to evaluate: - truffle library dispatched on a primitive long[] type, use special value (Long MIN/MAX)...

enhancement
php-feature
graaphp-language
feature

https://www.php.net/manual/en/language.types.intro.php

enhancement
php-feature
graaphp-language
feature

https://github.com/abertschi/graalphp/tree/master/graalphp-native

enhancement
feature

Evaluate efficient way to call native libraries/ extensions Extensions: - https://github.com/php/php-src/tree/master/ext

php-feature
graaphp-language

https://chrisseaton.com/rubytruffle/pppj14-om/pppj14-om.pdf

php-feature
graaphp-language
feature