Displaying 3 results from an estimated 3 matches for "sigplansigact".
2008 Aug 14
0
[LLVMdev] Eliminating gotos
...ource graph
is preserved. If the incoming code have improper intervals, I think we
could reconstruct it but as other people indicated, the CFG could be
quite a bit larger (see [1]).
-- Mon Ping
[1] Folklore confirmed: reducible flow graphs are exponentially larger
Proc. of the 30 th ACM SIGPLANSIGACT Symposium on Principles of
Programming Languages
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080814/a6089de6/attachment.html>
2008 Aug 12
3
[LLVMdev] Eliminating gotos
Hi Owen,
On 12/08/2008 16:52, "Owen Anderson" <resistor at mac.com> wrote:
>
> SNIP
>
>
> I'm still not seeing how these two are any different. You just replace the
> text of "if" with "br", and add the explicit target labels. I should also
> point out that, in LLVM IR, the order the blocks are laid out in is not
> meaningful
2008 Aug 14
3
[LLVMdev] Eliminating gotos
...incoming code
> have improper intervals, I think we could reconstruct it but as other people
> indicated, the CFG could be quite a bit larger (see [1]).
>
> -- Mon Ping
>
>
> [1] Folklore confirmed: reducible flow graphs are exponentially larger
> Proc. of the 30 th ACM SIGPLANSIGACT Symposium on Principles of Programming
> Languages
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
-------------- next part -----...