ic/replayer

Search:
Group by:
Source   Edit  

Module that contains code to replay global VM state changes and pragma state like {.compile: "foo.c".}. For IC (= Incremental compilation) support.

Procs

proc replayStateChanges(module: PSym; g: ModuleGraph) {....raises: [ValueError,
    OSError, KeyError, IOError, Exception, ERecoverableError, EOFError], tags: [
    RootEffect, WriteIOEffect, ReadEnvEffect, ReadIOEffect, ReadDirEffect,
    WriteDirEffect], forbids: [].}
Source   Edit