Displaying 5 results from an estimated 5 matches for "cgh2gdlyqr3vrz3ipifcxolc3c".
2016 Jun 26
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...run test-suite with that and also as per suggestion
form Quentin Colombet I tested test-suite with only codegen order changed
to bottom up on call graph. Overall this codegen order improves runtime
and compile time. I have shared results here:
https://docs.google.com/document/d/1At3QqEWmeDEXnDVz-CGh2GDlYQR3VRz3ipIfcXoLC3c/edit?usp=sharing
https://docs.google.com/document/d/1hS-Cj3mEDqUCTKTYaJpoJpVOBk5E2wHK9XSGLowNPeM/edit?usp=sharing
Plan for next week:
==============
1) Rebase pending patches and get the review process completed.
2) Solve tail call related bug.
3) Discuss some ideas and heuristics for improving...
2016 Jun 21
0
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
On Tue, Jun 21, 2016 at 1:45 AM, Matthias Braun <matze at braunis.de> wrote:
>
> > On Jun 20, 2016, at 12:53 PM, Sanjoy Das via llvm-dev <
> llvm-dev at lists.llvm.org> wrote:
> >
> > Hi Vivek,
> >
> > vivek pandya via llvm-dev wrote:
> > > int foo() {
> > > return 12;
> > > }
> > >
> > >
2016 Jul 25
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...test-suite with only codegen
>>>> order changed to bottom up on call graph. Overall this codegen order
>>>> improves runtime and compile time. I have shared results here:
>>>>
>>>>
>>>> https://docs.google.com/document/d/1At3QqEWmeDEXnDVz-CGh2GDlYQR3VRz3ipIfcXoLC3c/edit?usp=sharing
>>>>
>>>>
>>>>
>>>> https://docs.google.com/document/d/1hS-Cj3mEDqUCTKTYaJpoJpVOBk5E2wHK9XSGLowNPeM/edit?usp=sharing
>>>>
>>>> Plan for next week:
>>>> ==============
>>>> 1) Rebase pend...
2016 Jun 20
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
> On Jun 20, 2016, at 12:53 PM, Sanjoy Das via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Hi Vivek,
>
> vivek pandya via llvm-dev wrote:
> > int foo() {
> > return 12;
> > }
> >
> > int bar(int a) {
> > return foo() + a;
> > }
> >
> > int (*fp)() = 0;
> > int (*fp1)(int) = 0;
2016 Jul 10
2
[GSoC 2016] [Weekly Status] Interprocedural Register Allocation
...>> form Quentin Colombet I tested test-suite with only codegen order changed
>> to bottom up on call graph. Overall this codegen order improves runtime
>> and compile time. I have shared results here:
>>
>>
>> https://docs.google.com/document/d/1At3QqEWmeDEXnDVz-CGh2GDlYQR3VRz3ipIfcXoLC3c/edit?usp=sharing
>>
>>
>>
>> https://docs.google.com/document/d/1hS-Cj3mEDqUCTKTYaJpoJpVOBk5E2wHK9XSGLowNPeM/edit?usp=sharing
>>
>> Plan for next week:
>> ==============
>> 1) Rebase pending patches and get the review process completed.
>> 2) So...