Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 9a85966

Browse files
committed
Add more CodeDB info.
1 parent 8015a2e commit 9a85966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The register instructions include those for performing typical arithmetic on mac
4949

5050
The instruction set is also designed to enable producing native machine code executables from managed code.
5151

52-
The code itself is stored in the CodeDB, a physical and logical structure that enables lazily loading code at the moment it will be used, as well as associating arbitrary dimensions of information with each executable context, including type information, runtime code coverage, runtime profiling, runtime measurements, exception types, and call graphs.
52+
The code itself is stored in the CodeDB, a physical and logical structure that enables lazily loading code at the moment it will be used, as well as associating arbitrary dimensions of information with each executable context, including source code, parsed abstract syntax trees (AST), compiler intermediate representations (e.g. LLVM IR), type information, runtime code coverage, runtime profiling, runtime measurements, exception types, and call graphs.
5353

5454
### Managed memory
5555

0 commit comments

Comments
 (0)