search for: engtool

Displaying 5 results from an estimated 5 matches for "engtool".

Did you mean: engtools
2013 Jul 16
2
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...1) it can simply a compiler driver that does thread level parallelism; 2) or a tool that generates Makfiles which are fed into parallel make to explore single node parallelism; 3) or a tool that generates BUILD files that feed into distributed build system (such as Google's blaze: http://google-engtools.blogspot.com/2011/08/build-in-cloud-how-build-system-works.html) Another benefit is it will make compiler debugging easier. thanks, David On Sun, Jul 14, 2013 at 5:56 PM, Andrew Trick <atrick at apple.com> wrote: > > On Jul 12, 2013, at 3:49 PM, Shuxin Yang <shuxin.llvm at gmail...
2013 Jul 16
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...er driver that does thread level parallelism; > 2) or a tool that generates Makfiles which are fed into parallel make > to explore single node parallelism; > 3) or a tool that generates BUILD files that feed into distributed > build system (such as Google's blaze: > http://google-engtools.blogspot.com/2011/08/build-in-cloud-how-build-system-works.html) > > Another benefit is it will make compiler debugging easier. > > thanks, > > David > > On Sun, Jul 14, 2013 at 5:56 PM, Andrew Trick <atrick at apple.com> wrote: >> On Jul 12, 2013, at 3:49 PM, S...
2013 Jul 16
1
[LLVMdev] [Proposal] Parallelize post-IPO stage.
...vel parallelism; >> 2) or a tool that generates Makfiles which are fed into parallel make >> to explore single node parallelism; >> 3) or a tool that generates BUILD files that feed into distributed >> build system (such as Google's blaze: >> >> http://google-engtools.blogspot.com/2011/08/build-in-cloud-how-build-system-works.html) >> >> Another benefit is it will make compiler debugging easier. >> >> thanks, >> >> David >> >> On Sun, Jul 14, 2013 at 5:56 PM, Andrew Trick <atrick at apple.com> wrote: >&gt...
2013 Jul 15
0
[LLVMdev] [Proposal] Parallelize post-IPO stage.
On Jul 12, 2013, at 3:49 PM, Shuxin Yang <shuxin.llvm at gmail.com> wrote: > 3.2 Compile partitions independently > -------------------------------------- > > There are two camps: one camp advocate compiling partitions via multi-process, > the other one favor multi-thread. > > Inside Apple compiler teams, I'm the only one belong to the 1st comp. I think >
2013 Jul 12
14
[LLVMdev] [Proposal] Parallelize post-IPO stage.
Hi, There: This is the proposal for parallelizing post-ipo stage. See the following for details. I also attach a toy-grade rudimentary implementation. This implementation can be used to illustrate some concepts here. This patch is not going to be committed. Unfortunately, this weekend I will be too busy to read emails. Please do not construe delayed response as being rude :-).