summary refs log tree commit diff stats
path: root/compiler/ic/replayer.nim
Commit message (Collapse)AuthorAgeFilesLines
* IC: next steps (#16632)Andreas Rumpf2021-01-121-0/+89
* 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