search for: domizioli

Displaying 10 results from an estimated 10 matches for "domizioli".

2015 Mar 17
2
[LLVMdev] Target-specific defaults for LLVM tools?
...et 90% of the benefit of a fully concurrent design with almost zero work. But now it seems that this usage model is frowned upon. What is the recommended usage model? On Tue, Mar 17, 2015 at 2:32 PM, Owen Anderson <resistor at mac.com> wrote: > > On Mar 17, 2015, at 11:13 AM, Dario Domizioli <dario.domizioli at gmail.com> > wrote: > > What does the community think? > Discuss. :-) > > > Devil’s advocate: opt, llc, lli, etc. are development/debugging tools for > LLVM developers, not for end users, and the project optimizes their > functionality for that u...
2015 May 28
3
[LLVMdev] RFC - Improvements to PGO profile support
...ne detailed just above that section. I now understand the difference, but I believe a reader who is approaching this for the first time could be misinterpreting the guide and they could assume the instrumentation approach also produces a sampling profile file in the ASCII format. Cheers, Dario Domizioli SN Systems - Sony Computer Entertainment Group On 22 May 2015 at 16:57, Diego Novillo <dnovillo at google.com> wrote: > On Fri, May 22, 2015 at 11:16 AM, Dario Domizioli > <dario.domizioli at gmail.com> wrote: > > Hi all, > > > > I am a bit confused abou...
2015 May 28
0
[LLVMdev] RFC - Improvements to PGO profile support
Dario Domizioli <dario.domizioli at gmail.com> writes: > Hi Diego, > > thanks for clarifying the difference between the two formats. I have noticed > the new note in the "Sample Profile Format" section of the Clang guide > clarifying that it is different from the coverage format. &gt...
2015 May 22
0
[LLVMdev] RFC - Improvements to PGO profile support
On Fri, May 22, 2015 at 11:16 AM, Dario Domizioli <dario.domizioli at gmail.com> wrote: > Hi all, > > I am a bit confused about the documentation of the format of the profile > data file. > > The Clang user guide here describes it as an ASCII text file: > http://clang.llvm.org/docs/UsersManual.html#sample-profile-format...
2015 Mar 17
7
[LLVMdev] Target-specific defaults for LLVM tools?
...endors would need to release the renamed tools, but this often happens anyway with cross-compilers. This pushes some burden on the vendor, but it is much less than maintaining a lot of private changes to the open-source code and tests. What does the community think? Discuss. :-) Cheers, Dario Domizioli SN Systems - Sony Computer Entertainment Group -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150317/ba6339b4/attachment.html>
2015 May 22
2
[LLVMdev] RFC - Improvements to PGO profile support
...>From experimenting with the latest trunk I can see the latter is correct (well, at least the file I get is not ASCII text). Should we update the Clang user guide documentation? Or am I just getting confused? Are there two formats, one used for coverage and one used for PGO? Cheers, Dario Domizioli SN Systems - Sony Computer Entertainment Group On 7 May 2015 at 16:43, Bob Wilson <bob.wilson at apple.com> wrote: > > > On May 7, 2015, at 12:55 AM, Hayden Livingston <halivingston at gmail.com> > wrote: > > > > Can you tell us if you're continuing...
2015 Mar 17
2
[LLVMdev] Target-specific defaults for LLVM tools?
...g can set the right target-specific defaults based on the clang flags. That seems like a much more reasonable approach to the problem to me. -Chris > On Mar 17, 2015, at 12:26 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Tue, Mar 17, 2015 at 11:13 AM, Dario Domizioli <dario.domizioli at gmail.com <mailto:dario.domizioli at gmail.com>> wrote: > Hello, LLVM. > > We'd like to start a discussion about what would be the best way of > supporting target-specific defaults for options in the LLVM tools. > > Problem description > --...
2015 May 28
2
[LLVMdev] RFC - Improvements to PGO profile support
On Thu, May 28, 2015 at 2:09 PM, Justin Bogner <mail at justinbogner.com> wrote: > It sounds to me like this documentation just needs some clean up to be > clearer up front about what's going on. If nobody else gets to it first, > I'll take a shot at improving the situation when I have a chance. I just reworked this section a bit in r238504. Dario, does this help?
2015 May 28
0
[LLVMdev] RFC - Improvements to PGO profile support
Diego Novillo <dnovillo at google.com> writes: > On Thu, May 28, 2015 at 2:09 PM, Justin Bogner <mail at justinbogner.com> wrote: > >> It sounds to me like this documentation just needs some clean up to be >> clearer up front about what's going on. If nobody else gets to it first, >> I'll take a shot at improving the situation when I have a chance. >
2015 May 07
3
[LLVMdev] RFC - Improvements to PGO profile support
Can you tell us if you're continuing to use the same approach as described in one of the LLVM meetings, i.e. instrument at the clang AST level? Also, do you generate GCOV files, some yaml, or is this a separate format? And finally in the meeting you had given how you assign counters to the blocks, an algorithm to minimize the number of insertions. Is that algorithm a well-known one or a