diff options
| author | nsfisis <nsfisis@gmail.com> | 2024-04-12 03:29:33 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2024-04-12 03:29:33 +0900 |
| commit | d5726e9939b51fce1c5533d73975d59a8b9f7fe1 (patch) | |
| tree | c46f55ed474eeef631ebba2ec33c67dc4350b01e /README.md | |
| parent | 507e19f4e36f80f13355a758829c0235bad10531 (diff) | |
| download | phpcon-odawara-2024-slides-d5726e9939b51fce1c5533d73975d59a8b9f7fe1.tar.gz phpcon-odawara-2024-slides-d5726e9939b51fce1c5533d73975d59a8b9f7fe1.tar.zst phpcon-odawara-2024-slides-d5726e9939b51fce1c5533d73975d59a8b9f7fe1.zip | |
update slides
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1 +1,20 @@ https://fortee.jp/phpconodawara-2024/proposal/bc9669f6-6583-489c-aa6a-1b68abf7c291 + + + +# 参考資料 + +* https://wiki.php.net/rfc/jit +* https://wiki.php.net/rfc/jit-ir +* https://github.com/php/php-src/pull/3792 +* https://github.com/php/php-src/commit/9a06876072b9ccb023d4a14426ccb587f10882f3 +* https://github.com/dstogov/ir +* https://www.researchgate.net/publication/374470404_IR_JIT_Framework_a_base_for_the_next_generation_JIT_for_PHP +* https://www.npopov.com/2017/04/14/PHP-7-Virtual-machine.html +* https://www.npopov.com/2021/10/13/How-opcache-works.html +* https://www.npopov.com/2022/05/22/The-opcache-optimizer.html +* https://phpinternals.net/articles/implementing_a_range_operator_into_php#updating-the-compilation-stage +* https://darksi.de/d.sea-of-nodes/ +* https://github.com/SeaOfNodes/Simple +* https://luajit.org/dynasm.html +* https://corsix.github.io/dynasm-doc/ |
