mirror of
https://github.com/danog/ir.git
synced 2024-11-26 20:34:53 +01:00
Add a reference to PHP development branch
This commit is contained in:
parent
02f8b2508f
commit
2e7f567feb
@ -305,6 +305,11 @@ test:
|
||||
.db 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x40
|
||||
```
|
||||
|
||||
## PHP JIT based on IR
|
||||
|
||||
A new experimental JIT for PHP based on IR is developed at [php-ir](https://github.com/dstogov/php-src/tree/php-ir/ext/opcache/jit) branch.
|
||||
See [README-IR.md](https://github.com/dstogov/php-src/blob/php-ir/ext/opcache/jit/README-IR.md).
|
||||
|
||||
## References
|
||||
|
||||
1. C. Click, M. Paleczny. “A Simple Graph-Based Intermediate Representation” In ACM SIGPLAN Workshop on Intermediate Representations (IR '95), pages 35-49, Jan. 1995.
|
||||
|
Loading…
Reference in New Issue
Block a user