similar to: [LLVMdev] GSoC applications for vmkit

Displaying 20 results from an estimated 10000 matches similar to: "[LLVMdev] GSoC applications for vmkit"

2008 Mar 27
0
[LLVMdev] GSoC applications for vmkit
Following Chris reminder, here is a list of projects that VMKit (hence JnJVM and N3) would profit off. Projects I can mentor: (no preferences) 1) Generating shared libraries in LLVM bitcode or in the ELF/MachO format. This will enable many features such as not recompiling Java or CLI bytecode, optimize memory footprint. We could also generate executables and do a whole program analysis and
2010 Dec 06
4
[LLVMdev] Inlining and exception handling in LLVM and GCC
The poor interaction between exception handling and inlining in LLVM is one of the main motivations for the new exception handling models proposed recently. Here I give my analysis of the origin of the problem in the hope of clarifying the situation. Soon after dwarf exception handling was implemented in LLVM, I noticed that some programs would fail when compiled at -O3, for example the
2007 Dec 10
0
[LLVMdev] Darwin vs exceptions
Hi Dale, > > ... Suppose we don't artificially add catch-alls to > > selectors. Then > > the above example compiles to: > > ... > I wasn't advocating this; agree it is wrong. it's maybe not as wrong as it seems since having an empty selector is equivalent to having a cleanup (IIRC) :) > > ... If you force a "cleanup" by changing the
2010 Dec 01
8
[LLVMdev] Alternative exception handling proposal
Here is an alternative proposal to Bill's. It is closer to what we already have (which can be seen as a good or a bad thing!), and is also closer to what gcc does. It is more incremental than Bill's and introduces fewer new concepts. Executive summary ----------------- Remove the personality and list of catches out of eh.selector and stick them directly on invoke instructions. The
2019 Mar 27
0
[Piglit] X.Org GSoC 2019 - Student Application Period
well generally I would be available for all the nouveau projects, although I am lacking proper knowledge for a few of those like video acceleration. But I am sure I would be able to dig into stuff enough before the projects starts. On Tue, Mar 26, 2019 at 4:29 PM Roy Spliet <nouveau at spliet.org> wrote: > > Thanks for reaching out on the matter Ilia. > I am not to be relied on. If
2019 Mar 26
2
[Piglit] X.Org GSoC 2019 - Student Application Period
Thanks for reaching out on the matter Ilia. I am not to be relied on. If you're lucky, I might be able to take some questions about past work, but cannot make a solid time commitment that warrants being a mentor. Of course, the mentor does not necessarily have to have the deepest understanding of the subject matter. *At the end of the GSOC* a good student should be trusted with having more
2012 Mar 19
1
Syslinux is now participating in GSoC 2012
Hi all, Some days ago I attempted to submitt Syslinux as a mentoring organization for Google Summer of Code 2012, but Google rejected it. As kernel.org has been accepted as a mentoring organization, and also listed Syslinux as one of the things they intend to develop, we can work with them under their umbrella. As I'm currently the only mentor of kernel.org (for Syslinux, specifically),
2011 Feb 26
1
GSoC 2011
We've decided to apply for Google's Summer of Code this year - for background info on the programme see: http://www.google-melange.com/gsoc/program/home/google/gsoc2011 We applied last year, and while we didn't get a place, the feedback was positive and we were encouraged to apply again this year. I'm happy to act as admin (which I've done for SWIG in the past, so I know
2017 Mar 19
2
[GSoC] Mentor qualification guidelines
> On Mar 18, 2017, at 4:56 PM, Eric Christopher <echristo at gmail.com> wrote: > > (Adding Anton here) > > On Fri, Mar 17, 2017 at 3:42 PM Roel Jordans via llvm-dev <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: > On 17-03-17 22:34, Mehdi Amini wrote: > >> On Mar 17, 2017, at 12:39 PM, Roel Jordans via llvm-dev <llvm-dev at
2013 Mar 10
1
GSoC 2013
Google are running their "Summer of Code" again this year - for background info see: http://code.google.com/soc/ We took part in 2011 and 2012, and we're going to apply again this year. Dan Colish and I are happy to act as admins again. I'll submit the application (which needs to be done between 18th and 29th March). I've updated the list of project ideas for students on
2018 Feb 20
0
[cfe-dev] [GSOC 2018] Mentors and projects needed! Any help appreciated.
Hi Tanya, Is it too late to get some smaller projects for XRay in there? Here's two: XRay Function Coverage Mode: Implementing an XRay mode to gather function call coverage information. This will be useful in determining which functions in an application has been called either on-demand or throughout its lifetime. XRay Converters: Implementing conversion tools for XRay traces into
2017 Mar 17
2
[GSoC] Mentor qualification guidelines
On 17-03-17 22:34, Mehdi Amini wrote: >> On Mar 17, 2017, at 12:39 PM, Roel Jordans via llvm-dev <llvm-dev at lists.llvm.org> wrote: >> >> Hi all, >> >> I have a question related to GSoC. One of my students submitted an idea [1] for a GSoC project and I would be interested in (co-)mentoring this project but I'm unsure of the qualification requirements for
2010 Dec 01
0
[LLVMdev] Alternative exception handling proposal
On Dec 1, 2010, at 1:37 PM, Duncan Sands wrote: > Executive summary > ----------------- > > Remove the personality and list of catches out of eh.selector and stick them > directly on invoke instructions. > > The invoke instruction > ---------------------- > > The invoke instruction is modified by adding extra catch info to it: > > <result> = invoke
2019 Mar 26
0
[Piglit] X.Org GSoC 2019 - Student Application Period
[-everyone except nouveau] Just looked over the projects... they all seem valid, but are there people who could realistically mentor a GSoC student for these? IMHO unless mentors can be identified, these should all be archived. Cheers, -ilia On Tue, Mar 26, 2019 at 10:32 AM Trevor Woerner <twoerner at gmail.com> wrote: > > I'm happy to announce that the X.Org Foundation has
2019 Mar 26
0
[Piglit] X.Org GSoC 2019 - Student Application Period
On Tue, Mar 26, 2019 at 10:56 AM Trevor Woerner <twoerner at gmail.com> wrote: > > On Tue 2019-03-26 @ 10:40:49 AM, Ilia Mirkin wrote: > > Just looked over the projects... they all seem valid > > Thank you for taking the time to have a look and provide feedback! > > > but are there > > people who could realistically mentor a GSoC student for these? IMHO >
2016 Feb 14
3
GSoC 2016
Google are running their Summer of Code again this year. If you're not familiar with it, see: https://developers.google.com/open-source/gsoc/ We decided to apply a while back, but it's now time for orgs to actually apply - the deadline is just a few days away (Feb 20th). The main priorities right now are: * Refreshing the list of project ideas. I've done some cleaning up, but
2014 Jan 23
4
GSoC 2014
Google's "Summer of Code" is on again. If you're not familiar with GSoC, see: http://code.google.com/soc/ We had a brief discussion on IRC, and we have enough potential mentors to make it worth applying again. Org applications are open Feb 3rd-14th. Accepted orgs are announced on Feb 24th, and students can apply between March 10th and 21st, but the keen ones have already
2010 Dec 03
1
[LLVMdev] Alternative exception handling proposal
Hi Bill, there is clearly a misunderstanding: either I am missing something essential or you are. To clear this up, I suggest you send me evil examples and I will show you how my scheme handles them (or doesn't handle them, if I am indeed failing to see something). > This is the code that G++ generates from the example in my proposal: ... > If the call to __Z3foov throws, we need to
2020 Jan 27
0
GSoC 2020
Google are running their Summer of Code again this year. If you're not familiar with it, see: https://summerofcode.withgoogle.com/ Interested orgs can apply already up until February 6th (just over a week away as I write). We've taken part many times before, and it's resulted in both new contributors and interesting new features - I think it's well worth applying again. We
2015 Feb 15
2
GSoC 2015
Google's Summer of Code is happening again this year. If you're not familiar with GSoC, see: http://code.google.com/soc/ We decided to apply some time ago, but applications for orgs are now open and need to be in by this coming Friday (20th) so we need to get things a bit more organised. Accepted orgs are due to be announced on March 2nd, and students can apply between March 16th and