From 9a3f388c8dbcf7a2b6fbd121a4b4f239d840e408 Mon Sep 17 00:00:00 2001 From: vczh Date: Thu, 3 Jun 2021 03:42:16 -0700 Subject: [PATCH] Update TODO.md --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index aa5593e4..ad2ab92f 100644 --- a/TODO.md +++ b/TODO.md @@ -166,5 +166,9 @@ https://zhuanlan.zhihu.com/p/39369370 - external files provide reflection-only type information, maybe created by Workflow - In the final pass, only workflow scripts are printed - Use WorkflowCompiler.exe to do codegen externally +- Incremental build inside single resource. + - Calculate dependencies by only parsing. + - Cache workflow assembly per resource in file. + - Codegen c++ from multiple workflow assembly. ## GacStudio.exe