This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Python frontend?


> -----Original Message-----
> From: gcc-owner On Behalf Of Robert Dewar
> Sent: 01 November 2004 12:47

> Sure it would. The standard python interpretors are very slow. In class
> (my honors compiler class) we did a fast SPITBOL style compiler for
> Python generating x86 assembly language, and many programs ran 10-100
> times faster. That was gnerating x86 asm, and with a run-time whose
> critical sections were hand written in x86 asm. 


  Woah!  I'm *very* seriously impressed, that seems a huge achievement with
such a dynamic language where so much of the overhead is about runtime
lookup and type-resolution.  Is anything public/published of your work on
that?


    cheers, 
      DaveK
-- 
Can't think of a witty .sigline today....


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]