]> gitweb.factorcode.org Git - factor.git/commit
compiler.cfg.stacks.map: new vocab for creating an assoc that contains the stack...
authorBjörn Lindqvist <bjourne@gmail.com>
Wed, 31 Dec 2014 22:27:59 +0000 (23:27 +0100)
committerDoug Coleman <doug.coleman@gmail.com>
Thu, 22 Jan 2015 20:17:20 +0000 (12:17 -0800)
commitfd06e22e9a056ec1ba88cde5b883dc60c11b2214
treea482a6c09c9e7e414a8c39e70dc6523ad054e171
parent163fef12f99b02537cdc8c5c8d2c14765b4e11fc
compiler.cfg.stacks.map: new vocab for creating an assoc that contains the stack state for each instruction in a cfg
basis/compiler/cfg/stacks/map/map-tests.factor [new file with mode: 0644]
basis/compiler/cfg/stacks/map/map.factor [new file with mode: 0644]