liftlocals

Search:
Group by:
Source   Edit  

This module implements the '.liftLocals' pragma.

Procs

proc liftLocalsIfRequested(prc: PSym; n: PNode; cache: IdentCache;
                           conf: ConfigRef; idgen: IdGenerator): PNode {.
    ...raises: [Exception, ValueError, KeyError, IOError, ERecoverableError], tags: [
    RootEffect, ReadDirEffect, WriteIOEffect, ReadIOEffect, ReadEnvEffect],
    forbids: [].}
Source   Edit