diff options
author | dec05eba <dec05eba@protonmail.com> | 2019-03-12 01:27:54 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-25 14:36:46 +0200 |
commit | b35b3e1bf70bf764940498247b1db5bb02761160 (patch) | |
tree | 07ad41028fd3d162e9e681a03b75df1cfc740606 /doc | |
parent | 79bf40f909cefdc611bfa13f70ae55b52ac41d23 (diff) |
Starting on ssa
Diffstat (limited to 'doc')
-rw-r--r-- | doc/IMPLEMENTATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/IMPLEMENTATION.md b/doc/IMPLEMENTATION.md index 5dc6ef5..3956de2 100644 --- a/doc/IMPLEMENTATION.md +++ b/doc/IMPLEMENTATION.md @@ -15,6 +15,6 @@ is optimized before creating the bytecode. # Progress 1. Parsing using multiple threads is done, but the parser is not finished. 2. Resolving ast using multiple threads is done, but the ast resolver is not finished. -3. Not started. +3. Generating ssa using multiple threads is done, but the ssa generator is not finished. 4. Not started. 5. Not started.
\ No newline at end of file |