[SoC2010-General] Open Problems in Python's Compiler

Danilo Freitas dsurviver at gmail.com
Fri Mar 26 22:00:37 CET 2010


Taking advatage of this email, I took a look at
http://wiki.python.org/moin/SummerOfCode/JITProjects and got
interested on two ideas: Faster regular expressions and Optmize
looping contructs.

I'm very interested in compilers and I have a experience on Cython
compiler from last GSoC.

I don't have a great specific knowledge of Python 3 JIT, but I may
have it with some time of studying.

2010/3/26 C. Titus Brown <ctb at msu.edu>:
> On Fri, Mar 26, 2010 at 11:35:41AM -0400, James Shargo wrote:
>> I'm immensely interested compiler technology. What are some big open
>> problems, issues, optimizations, and additions that can be hacked on
>> in the Python compiler? There are tons of bugs/requests listed in the
>> bug tracker--if there are no greater, more pressing issues, would hacking
>> away on feature requests be an adequate Summer of Code?
>
> Hi Jim,
>
> you should identify something a bit more specific -- I think Collin
> pointed you towards some LLVM/JIT projects -- but as long as you pick
> out a few specific projects, I don't see why not.
>
> Focus on the python3 ones, though :)
>
> --titus
> --
> C. Titus Brown, ctb at msu.edu
> _______________________________________________
> SoC2010-General mailing list
> SoC2010-General at python.org
> http://mail.python.org/mailman/listinfo/soc2010-general
>



-- 
- Danilo Freitas


More information about the SoC2010-General mailing list