diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-06-01 22:11:32 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-06-01 22:11:32 +0200 |
commit | cae19738562f14fbb76004748bed8d2f337d6f0b (patch) | |
tree | a2d965f68a1e0d2d5617b74166c7798bc77d69f0 /compiler/modulegraphs.nim | |
parent | 61fb83ecbb4c691c03d500f6c71499e59a67cef2 (diff) | |
download | Nim-cae19738562f14fbb76004748bed8d2f337d6f0b.tar.gz |
document how the incremental compilation scheme could work
Diffstat (limited to 'compiler/modulegraphs.nim')
-rw-r--r-- | compiler/modulegraphs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/modulegraphs.nim b/compiler/modulegraphs.nim index 7c9837f54..02307ca9f 100644 --- a/compiler/modulegraphs.nim +++ b/compiler/modulegraphs.nim @@ -47,7 +47,7 @@ type doStopCompile*: proc(): bool {.closure.} usageSym*: PSym # for nimsuggest owners*: seq[PSym] - methods*: seq[tuple[methods: TSymSeq, dispatcher: PSym]] + methods*: seq[tuple[methods: TSymSeq, dispatcher: PSym]] # needs serialization! systemModule*: PSym sysTypes*: array[TTypeKind, PType] compilerprocs*: TStrTable |