Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
I'd like to contribute to the project
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Danilo Freitas  
View profile  
 More options Feb 15 2011, 7:09 pm
From: Danilo Freitas <dsurvi...@gmail.com>
Date: Tue, 15 Feb 2011 16:09:53 -0800 (PST)
Local: Tues, Feb 15 2011 7:09 pm
Subject: I'd like to contribute to the project
Hi,

I would like to start contributing to Unladen Swallow, but I'm a
little lost on the project and the code.

I'd like some help to understand better the code and how it works. So,
I could start developing and contributing to the project.

I read the llvm_notes.txt, but I'm still confused.
I also asked for some help on IRC, but got nothing.

Can anyone help me on it?

I'd also like apply to Google Summer of Code. I tried last year with
Unladen Swallow, but it was too late, and I had no idea about the
project. But I hope this year I have more chances.

Thanks.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Reid Kleckner  
View profile  
 More options Mar 16 2011, 7:50 pm
From: Reid Kleckner <reid.kleck...@gmail.com>
Date: Wed, 16 Mar 2011 19:50:48 -0400
Local: Wed, Mar 16 2011 7:50 pm
Subject: Re: [unladen-swallow] I'd like to contribute to the project
Sorry to take a month to respond to this, I got it at a busy moment.
As you may have noticed from the other messages on this list, we've
kind of wound down.  No one is working on unladen full time.  If
you're interested in Python and performance, I'd approach the PyPy
guys instead.

Reid


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Stromberg  
View profile  
 More options Mar 16 2011, 8:34 pm
From: Dan Stromberg <strom...@gmail.com>
Date: Wed, 16 Mar 2011 17:34:50 -0700
Local: Wed, Mar 16 2011 8:34 pm
Subject: Re: [unladen-swallow] I'd like to contribute to the project

Pypy's really looking great.  The C extensions aren't quite there, and I
might have run up against a memory allocation bug related to pypy's ctypes.
 But for pure python, pypy's looking pretty stellar.  It even appears to be
passing most of the unit tests used for CPython.

Here's a performance comparison graph I did recently for a few different
CPython's (with and without Cython, with and without Pysco), the latest
Jython and a recent Pypy trunk.  Pypy blew away the others on this
particular application's innermost loop:

http://stromberg.dnsalias.org/~dstromberg/backshift/

On Wed, Mar 16, 2011 at 4:50 PM, Reid Kleckner <reid.kleck...@gmail.com>wrote:

--
Dan Stromberg

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Danilo Freitas  
View profile  
 More options Mar 16 2011, 8:44 pm
From: Danilo Freitas <dsurvi...@gmail.com>
Date: Wed, 16 Mar 2011 21:44:25 -0300
Local: Wed, Mar 16 2011 8:44 pm
Subject: Re: [unladen-swallow] I'd like to contribute to the project
Thank you all for the answers.

After few days after sending this email, I talked to PyPy guys. They
are very active (mainly on irc) and it's a very nice project.
I'm getting involved with Codespeed (see speed.pypy.org), which is
also a very nice project.

Thanks you all.

2011/3/16 Dan Stromberg <strom...@gmail.com>:

--
- Danilo Freitas

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Danilo Freitas  
View profile  
 More options Mar 17 2011, 1:30 pm
From: Danilo Freitas <dsurvi...@gmail.com>
Date: Thu, 17 Mar 2011 14:30:55 -0300
Local: Thurs, Mar 17 2011 1:30 pm
Subject: Re: [unladen-swallow] I'd like to contribute to the project
I guess not. I think PyPy uses CPython only to compare performance.

2011/3/17 Jonathan Chen <tamasia...@gmail.com>:

--
- Danilo Freitas

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jonathan Chen  
View profile  
 More options Mar 17 2011, 12:34 pm
From: Jonathan Chen <tamasia...@gmail.com>
Date: Thu, 17 Mar 2011 09:34:51 -0700
Local: Thurs, Mar 17 2011 12:34 pm
Subject: Re: [unladen-swallow] I'd like to contribute to the project

Is PyPy planning to integrate into CPython like unladen swallow? I guess I
should do some more reading on PyPy to see what it can do vs what it can't
do.

~Jonathan C.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
DasIch  
View profile  
 More options Mar 17 2011, 3:05 pm
From: DasIch <dasdas...@googlemail.com>
Date: Thu, 17 Mar 2011 20:05:47 +0100
Local: Thurs, Mar 17 2011 3:05 pm
Subject: Re: [unladen-swallow] I'd like to contribute to the project
On Thu, Mar 17, 2011 at 5:34 PM, Jonathan Chen <tamasia...@gmail.com> wrote:
> Is PyPy planning to integrate into CPython like unladen swallow?

PyPy is a framework for writing interpreters, the actual Python
interpreter is an important part of the project but just a part.
Furthermore PyPy is written completely in (R)Python.

Given the different goals and the fact that both projects are very
different it makes no sense to integrate PyPy into CPython.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Dan Stromberg  
View profile  
 More options Mar 17 2011, 3:22 pm
From: Dan Stromberg <strom...@gmail.com>
Date: Thu, 17 Mar 2011 12:22:37 -0700
Local: Thurs, Mar 17 2011 3:22 pm
Subject: Re: [unladen-swallow] I'd like to contribute to the project

...and sometimes folks will build PyPy using CPython.  I know I do - it
appears to take less memory to build PyPy using CPython than to build PyPy
using PyPy.

On Thu, Mar 17, 2011 at 10:30 AM, Danilo Freitas <dsurvi...@gmail.com>wrote:

--
Dan Stromberg

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »