search for: 22e2a287

Displaying 3 results from an estimated 3 matches for "22e2a287".

2013 Nov 28
2
[LLVMdev] Disabling certain optimizations at -O1?
...vision expert: david.tweed at gmail.com "while having code so boring anyone can maintain it, use Python." -- attempted insult seen on slashdot -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131128/22e2a287/attachment.html>
2013 Nov 28
0
[LLVMdev] Disabling certain optimizations at -O1?
On 28 November 2013 00:00, Robinson, Paul <Paul_Robinson at playstation.sony.com> wrote: > In my experience, to a first approximation, anything > that changes the CFG or that reorders generated code beyond source > statement boundaries is likely to make things more difficult for the > debugger. I agree. > Okay. I worked on compilers where -O1 was the default, actually, and
2013 Nov 28
2
[LLVMdev] Disabling certain optimizations at -O1?
> -----Original Message----- > From: Renato Golin [mailto:renato.golin at linaro.org] > Sent: Wednesday, November 27, 2013 12:02 PM > To: Robinson, Paul > Cc: Evgeniy Stepanov; LLVM Developers Mailing List > Subject: Re: [LLVMdev] Disabling certain optimizations at -O1? > > On 27 November 2013 19:36, Robinson, Paul > <Paul_Robinson at playstation.sony.com> wrote: