On 27-01-2010, Collin Winter wrote:
> Hi William,
>
> On Wed, Jan 27, 2010 at 7:26 AM, William Dode wrote:
>> Hi (as a simple user),
>>
>> I'd like to know why you didn't followed the same way as V8 Javascript,
>> or the opposite, why for V8 they didn
Hi (as a simple user),
I'd like to know why you didn't followed the same way as V8 Javascript,
or the opposite, why for V8 they didn't choose llvm ?
I imagine that startup time and memory was also critical for V8.
thanks
--
William Dodé - http://flibuste.net
Informaticien Indépendant
__
On 21-02-2009, Guido van Rossum wrote:
> On Sat, Feb 21, 2009 at 6:25 AM, wrote:
>> On Sat, 21 Feb 2009 at 01:12, Jeff Hall wrote:
Not that I'm expecting to be working on PEPs any time soon, but just as a
different perspective, I would find the effort to open up Google docs to
not as a permanent solution to PEP storage.
>
> William Dode writes:
>
> > Isn't it the good oportunity to try a DVCS ?
My point was more to try a DVCS to give food to the 374e pep than to
resolv the issues you mention.
--
William Dodé - http://
On 20-02-2009, Guido van Rossum wrote:
> On Fri, Feb 20, 2009 at 3:21 AM, Antoine Pitrou wrote:
>> Georg Brandl gmx.net> writes:
>>>
>>> The Python Wiki should also be considered:
>>>
>>> * Comparing versions is easy, and versions are only saved on "Save"
>>>
>>> * It supports reStructuredText, s
On 13-12-2008, Michael Foord wrote:
> Lie Ryan wrote:
>> I'm sure probably most of you knows about psyco[1], the optimizer. Python
>> has an -O and -OO flag that is intended to be optimization flag, but we
>> know that currently it doesn't do much. Why not add psyco as standard
>> library and le