Andrin Bertschi

Results 39 issues of Andrin Bertschi

We may want to reconsider the name 'graalphp'. Other language implementations were asked to do so as well due to GraalVM trademark issues. Suggestions: ``` AFAIK you are allowed to...

clean-up

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

feature

- 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