mirror of
https://github.com/danog/ir.git
synced 2024-12-03 10:08:29 +01:00
typo
This commit is contained in:
parent
569e971625
commit
cad27ab17a
@ -1,7 +1,7 @@
|
|||||||
# IR - Lightweight JIT Compilation Framework
|
# IR - Lightweight JIT Compilation Framework
|
||||||
|
|
||||||
IR Framework is a practical solution for implementing JIT in medium-size projects.
|
IR Framework is a practical solution for implementing JIT in medium-size projects.
|
||||||
It defines Intermediate Representaion (IR), provies simple API for IR construction and
|
It defines Intermediate Representaion (IR), provides a simple API for IR construction and
|
||||||
a set of algorithms for optimization, scheduling, register allocation and code
|
a set of algorithms for optimization, scheduling, register allocation and code
|
||||||
generation. The resulting generated in-memory code, may be directly executed.
|
generation. The resulting generated in-memory code, may be directly executed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user