Hi, I would like to know what you guys think about building a model such that stack allocation does not depend on register allocation. <div><br></div><div>I would like to create virtual stack space variables where variables will be spilled. Then the final stack allocation algorithm can commence without having to look at the register allocation scheme. The virtual stack space variables would have the same rules as virtual registers variables. Pre-coloring rules apply like a variable which is volatile so it's stack space  cannot be stored on the stack.</div>
<div><br></div><div>- Thanks</div><div>- Jeff Kunkel</div>