]> gitweb.factorcode.org Git - factor.git/blob - unfinished/compiler/machine/linear-scan/linear-scan.factor
Merge branch 'master' of git://factorcode.org/git/factor
[factor.git] / unfinished / compiler / machine / linear-scan / linear-scan.factor
1 ! Copyright (C) 2008 Slava Pestov.
2 ! See http://factorcode.org/license.txt for BSD license.
3 IN: compiler.machine.linear-scan
4
5 ! See http://www.cs.ucla.edu/~palsberg/course/cs132/linearscan.pdf
6
7 ! ! ! Step 1: compute live intervals
8
9
10 ! ! ! Step 2: allocate registers
11
12