This commit is contained in:
Dmitry Stogov 2023-10-05 21:14:18 +03:00 committed by GitHub
parent 569e971625
commit cad27ab17a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
# IR - Lightweight JIT Compilation Framework
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
generation. The resulting generated in-memory code, may be directly executed.