search for: scopes03

Displaying 1 result from an estimated 1 matches for "scopes03".

Did you mean: scopes
2006 Jun 14
4
[LLVMdev] Code instruction selection based on SSA-graphs
...ree matching methods, the compile time overhead is in acceptable bounds". And this is quite impressive. Here is a link to the paper: Erik Eckstein, Oliver König, Bernhard Scholz: Code Instruction Selection Based on SSA-Graphs. SCOPES 2003: 49-65 http://www.cs.usyd.edu.au/~scholz/publications/scopes03.pdf Some people at the University of Karlsruhe, Germany have already done some implementations along the lines of the proposed method: http://www.info.uni-karlsruhe.de/theses.php/id=180 http://www.info.uni-karlsruhe.de/papers/da_jakschitsch.pdf It might be interesting for LLVM to investigate this...