Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.compilers    |    Compiler construction, theory, etc. (Mod    |    2,753 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 1,244 of 2,753    |
|    parthaspanda22@gmail.com to All    |
|    Re: Generating Static Single Assignment     |
|    03 Mar 08 09:14:25    |
      > Can I generate SSA immediately from the AST?              SSA is used to further refine the IR you choose. 3-address code is       the minimum to implement SSA. So, yes you may need to do both. You       will also need to distinguish between the representation of the       IR. Both tree and record(DAG) formats can support 3-address codes.              The fastest way to get to SSA would be what GCC does i.e. convert the       AST to 3-address tree code and then insert the phi nodes to get a       tree-SSA implementation.              Sincerely,       Partha Sarathi Panda              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca