lookup-base-pointer ( vreg -- vreg/f )
Liveness analysis

Prev:live-outs
Next:visit-gc-root ( vreg derived-roots gc-roots -- )


Vocabulary
compiler.cfg.liveness

Inputs
vregvreg


Outputs
vreg/fvreg or f


Word description
Tries to figure out what the base pointer for a vreg is. Can't use cache here because of infinite recursion inside the quotation passed to cache

See also
base-pointers

Definition