Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | big steps torwards an efficient, simple IC implementation (#16543) | Andreas Rumpf | 2021-01-02 | 1 | -198/+0 |
| | | | | | | | | | | | | | | | | | | | * reworked ID handling * the packed AST now has its own ID mechanism * basic serialization code works * extract rodfiles to its own module * rodfiles: store and compare configs * rodfiles: store dependencies * store config at the end * precise dependency tracking * dependency tracking for rodfiles * completed loading of PSym, PType, etc * removed dead code * bugfix: do not realloc seqs when taking addr into an element * make IC opt-in for now * makes tcompilerapi green again * final cleanups Co-authored-by: Andy Davidoff <github@andy.disruptek.com> | ||||
* | disable IC and the SQLite dependency for version 1 | Andreas Rumpf | 2019-09-03 | 1 | -1/+1 |
| | |||||
* | Incremental compilation (IC): Improvements (#11881) | Andreas Rumpf | 2019-08-08 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | * IC: C codegen is aware of IC * manual: minor change to make VSCode's RST plugin render it properly * IC: minor refactoring * testament: code refactorings * rodutils: removed dead code * IC: always build the compiler with the IC feature * IC: C codegen improvements * IC: implement the undocumented -d:nimMustCache option for testing purposes * IC: added first basic tests * IC: extensive testing of the deserialization feature * testament: refactoring; better IC tests * IC: removes 'nimMustCache' flag; readonly does the same * testament: minor refactoring * update Nimble version * testament: removed dead code and imports; IC: added simple test * IC: progress | ||||
* | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -2/+2 |
| | |||||
* | IC: further progress | Araq | 2018-11-20 | 1 | -2/+3 |
| | |||||
* | compiler: make symbolfiles feature compile again | Araq | 2018-10-02 | 1 | -5/+5 |
| | |||||
* | incremental compilation: save the configuration | Andreas Rumpf | 2018-06-11 | 1 | -0/+7 |
| | |||||
* | toy program works with incremental compilation | Andreas Rumpf | 2018-06-07 | 1 | -0/+1 |
| | |||||
* | incremental compilation subsystem compiles again | Andreas Rumpf | 2018-05-30 | 1 | -13/+13 |
| | |||||
* | refactoring: move DB model to incremental.nim | Andreas Rumpf | 2018-05-30 | 1 | -0/+188 |