mirror of
https://github.com/danog/ir.git
synced 2024-11-30 04:39:43 +01:00
Fix typo
This commit is contained in:
parent
c93abd79b2
commit
3fbf1663e1
@ -94,7 +94,7 @@ with second chance bin-packing. [5] [6]
|
|||||||
|
|
||||||
## Machine Code Generations
|
## Machine Code Generations
|
||||||
|
|
||||||
IR Framework implements X86_64, x86 and AAtch64 back-ends. The current
|
IR Framework implements X86_64, x86 and AArch64 back-ends. The current
|
||||||
implementation uses DynAsm [?]. (In the future, this should be replaced with
|
implementation uses DynAsm [?]. (In the future, this should be replaced with
|
||||||
a faster “binary” encoder). Code generator walks throw all instructions of each
|
a faster “binary” encoder). Code generator walks throw all instructions of each
|
||||||
basic blocks and emits some code according to “rules” selected during
|
basic blocks and emits some code according to “rules” selected during
|
||||||
|
Loading…
Reference in New Issue
Block a user