summary refs log tree commit diff stats
path: root/compiler/macrocacheimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* IC: next steps (#16632)Andreas Rumpf2021-01-121-47/+12
| | | | | | | | | | | | | * removed dead code * beginnings of a rodfile reader * IC: record global VM state changes and pragma state changes * IC: replay pragmas and VM state changes * implemented rod load file simuation for easier, extensive testing * critical bugfix * IC: stress test logic; should also help with recursive module dependencies; WIP * IC: loading from .rod files begins to work reliably * removed ugly hacks * yet another silly mistake
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
|
* completed VM support for incremental compilationsAndreas Rumpf2018-06-041-27/+57
|
* WIP: an API for VM replay global state supportAndreas Rumpf2018-06-031-0/+49