search for: sunggg

Displaying 4 results from an estimated 4 matches for "sunggg".

Did you mean: sungem
2016 Oct 18
3
[help] How to speed up compilation?
...reat help if I upgrade my machine? I've wanted to upgrade it at some point, but I haven't find right excuse to tell my boss. haha Thank you so much! On Tue, Oct 18, 2016 at 1:08 PM, Renato Golin <renato.golin at linaro.org> wrote: > On 18 October 2016 at 17:56, Sunghyun Park <sunggg at umich.edu> wrote: > > Personally, it feels like compilation become much slower than previous > > versions after adopting 'cmake'. > > Is this natural when we adopt cmake or are there other big changes on > build > > structure? > > So, I decided not to...
2016 Oct 18
3
[help] How to speed up compilation?
I'll try those guys! Thanks for advices, all! Btw, I have a question. Personally, it feels like compilation become much slower than previous versions after adopting 'cmake'. Is this natural when we adopt cmake or are there other big changes on build structure? I'm not that familiar with huge system like llvm yet, so I want to catch up how professionals design their system. On
2016 Oct 25
0
[Help] Add custom pragma
...s right one to look at. It seems promising. I imagine you'd want something like the LoopHint attr. > What is *.td extension btw? The llvm project uses that extension to identify TableGen inputs (http://llvm.org/docs/TableGen/). vedant > On Oct 25, 2016, at 4:12 PM, Sunghyun Park <sunggg at umich.edu> wrote: > > Yes. I checked that file, but I wasn't sure whether that is right one to look at. > What is *.td extension btw? When I google it, it says this is for Windows Debug Simulator. > Why clang use this extension, which is limited to Windows environment? >...
2016 Oct 25
2
[Help] Add custom pragma
Yes. I checked that file, but I wasn't sure whether that is right one to look at. What is *.td extension btw? When I google it, it says this is for Windows Debug Simulator. Why clang use this extension, which is limited to Windows environment? On Tue, Oct 25, 2016 at 7:00 PM, Vedant Kumar <vsk at apple.com> wrote: > That file is generated by the clang-tblgen tool: > >