aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
blob: 962bff192947e05cfc059753b69ea23d60b9f108 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/