From b35b3e1bf70bf764940498247b1db5bb02761160 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Tue, 12 Mar 2019 01:27:54 +0100 Subject: Starting on ssa --- doc/IMPLEMENTATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/IMPLEMENTATION.md') 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 -- cgit v1.2.3