[llvm-dev] http://llvm.org/OpenProjects.html#thinlto_global

Teresa Johnson via llvm-dev llvm-dev at lists.llvm.org
Mon Apr 24 21:26:51 PDT 2017


Hi Jhonny,

Probably the best way to get started is to first get familiar with
clang/llvm in general via the info on the llvm project website. You could
also try to fix a simple bug reported on https://bugs.llvm.org/. Here is a
ThinLTO related bug that was just filed (not sure if it is being looked at
by the submitter though): https://bugs.llvm.org//show_bug.cgi?id=32763.

A couple smaller projects for ThinLTO that come to mind would be improving
the ability to collect build statistics (since the backends are
parallelized) and serializing out the ThinLTO summary to LLVM assembly. But
you'll want to get more familiar with clang/llvm before attempting either
of these, and picking up and fixing a couple small open bugs is a good way
to do that.

Teresa

On Sat, Apr 22, 2017 at 7:43 AM, Jhonny Knaak De Vargas <
jhonny.vargas at acad.pucrs.br> wrote:

> Hello Teresa,
> thanks for answering me,
> Well I am not a student, i would work on this as a hobby.
> ThinLTO Is one of the projects that I found interesting.
> Any direction you could give me is appreciated.
> I thought that maybe I could help on something, and put some more value on
> my resume. =)
>
> Thank you very much.
> Jhonny
>
>
> 2017-04-20 11:15 GMT-03:00 Teresa Johnson <tejohnson at google.com>:
>
>> Hi Jhonny,
>>
>> Thanks for your interest in ThinLTO! Are you looking for a summer
>> project, or ongoing work in compilers, or clang/llvm specifically? Are you
>> a student? Note that these were project ideas for Google Summer of Code.
>> The GSoC application deadline has passed and we did have a student apply to
>> work on this particular project. So if that application ends up being
>> accepted then we will have someone working on that one. However, there are
>> other things to be done for ThinLTO, if you are interested in working on
>> it. I likely won't have the bandwidth to mentor another person, but of
>> course am happy to give pointers and advice, review patches, etc.
>>
>> Teresa
>>
>> On Tue, Apr 18, 2017 at 6:23 AM, Piotr Padlewski <
>> piotr.padlewski at gmail.com> wrote:
>>
>>> Hi Jhonny,
>>> Thanks for the interest, Mehid (cc) with Teresa (cc) are probably the
>>> best people to ask about this project.
>>> I am not sure what exactly the project contain, but if it contains
>>> propagating of attributes, I would focus on the understanding of parameters
>>> and functions attributes in LLVM (http://llvm.org/docs/LangRef.
>>> html#parameter-attributes and http://llvm.org/docs/LangR
>>> ef.html#function-attributes) and start reading ThinLTO code (like
>>> FunctionImporter).
>>>
>>> Hope you will have fun with ThinLTO
>>> Piotr
>>>
>>> 2017-04-18 4:37 GMT+02:00 Jhonny Knaak De Vargas via llvm-dev <
>>> llvm-dev at lists.llvm.org>:
>>>
>>>> Good evening.
>>>>
>>>> I got interested in helping with ThinLTO,
>>>> I did watch this video, https://youtu.be/9OIEZAj243g and i found it
>>>> very interesting.
>>>> I got C++ knowledge, but not a lot of llvm/clang source knowledge...
>>>> Also, there is no mentors related in the website for this project.
>>>>
>>>> Would the community be so kind in giving me information on how to help?
>>>> I have started reading the documentation on the website related to the
>>>> llvm project as a start.
>>>>
>>>> Thank you.
>>>> Jhonny Vargas
>>>>
>>>> _______________________________________________
>>>> LLVM Developers mailing list
>>>> llvm-dev at lists.llvm.org
>>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>>>
>>>>
>>>
>>
>>
>> --
>> Teresa Johnson |  Software Engineer |  tejohnson at google.com |
>> 408-460-2413 <(408)%20460-2413>
>>
>
>


-- 
Teresa Johnson |  Software Engineer |  tejohnson at google.com |  408-460-2413
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170424/9a34f4ba/attachment.html>


More information about the llvm-dev mailing list