Skip to content

Commit ba1b474

Browse files
committed
Docs: Update for release FEX-2512
1 parent bd13c02 commit ba1b474

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/SourceOutline.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# FEX-2511
1+
# FEX-2512
22

33
## FEXCore
44
See [FEXCore/Readme.md](../FEXCore/Readme.md) for more details
55

66
### Glossary
77

8-
- Splatter: a code generator backend that concatenates configurable macros instead of doing isel
8+
- Splatter: a code generator backend that concaternates configurable macros instead of doing isel
99
- IR: Intermediate Representation, our high-level opcode representation, loosely modeling arm64
1010
- SSA: Single Static Assignment, a form of representing IR in memory
1111
- Basic Block: A block of instructions with no control flow, terminated by control flow
@@ -79,10 +79,6 @@ Emulation mainloop related glue logic
7979
#### thunks
8080
- [Thunks.h](../FEXCore/include/FEXCore/Core/Thunks.h)
8181

82-
#### x86-guest-code
83-
- [X86HelperGen.cpp](../FEXCore/Source/Interface/Core/X86HelperGen.cpp): Guest-side assembly helpers used by the backends
84-
- [X86HelperGen.h](../FEXCore/Source/Interface/Core/X86HelperGen.h)
85-
8682

8783

8884
### ir

0 commit comments

Comments
 (0)