This commit is contained in:
Dylan T 2023-05-20 23:00:34 +01:00 committed by GitHub
parent c93abd79b2
commit 3fbf1663e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,7 +94,7 @@ with second chance bin-packing. [5] [6]
## 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
a faster “binary” encoder). Code generator walks throw all instructions of each
basic blocks and emits some code according to “rules” selected during