Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.compilers > #2149 > unrolled thread
| Started by | bilal.a.tariq@gmail.com |
|---|---|
| First post | 2019-01-21 22:09 -0500 |
| Last post | 2019-01-21 22:09 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.compilers
Optimised Node Splitting in Irreducible Flow Graphs bilal.a.tariq@gmail.com - 2019-01-21 22:09 -0500
| From | bilal.a.tariq@gmail.com |
|---|---|
| Date | 2019-01-21 22:09 -0500 |
| Subject | Optimised Node Splitting in Irreducible Flow Graphs |
| Message-ID | <19-01-007@comp.compilers> |
Hello I am working on a hobbyist transpiler/optimiser for Java bytecode and am interested in implementing the controlled node splitting algorithm specified in "Making graphs reducible with controlled node splitting" by Johan Janssen and Henk Corporaal. More specifically I am unsure what the best way to identify the "loop-sets" are, defined as paths (n_1,...,n_k) where n_1 is an immediate successor of n_k. The loopsets formed here seem similar to strongly connected components to me but they are not the same. Perhaps there is a reference implementation I could look at or is there something glaringly obvious I am missing? B. Tariq
Back to top | Article view | comp.compilers
csiph-web