Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.025 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.01; 'subject:Python': 0.06; '21,': 0.07; 'compiler': 0.07; 'front-end': 0.07; 'cc:addr:python- list': 0.11; 'python': 0.11; 'cc:name:python list': 0.16; 'thanks,': 0.17; 'wrote:': 0.18; 'looked': 0.18; 'basically': 0.19; 'code,': 0.22; 'cc:addr:python.org': 0.22; 'compilation': 0.24; 'fairly': 0.24; 'mon,': 0.24; '(or': 0.24; 'cc:2**0': 0.24; "i've": 0.25; 'source': 0.25; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'converting': 0.30; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'code': 0.31; 'subject:end': 0.31; 'received:google.com': 0.35; 'really': 0.36; 'structure': 0.39; 'making': 0.63; 'real': 0.63; 'interest': 0.64; '95%': 0.84; 'gcc?': 0.84; 'scary': 0.84; 'washington': 0.93; 'philip': 0.95; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=52CrKqhFFQ7u1yg05BfE4ejFyIbj3yb4cmPD9hfzmeI=; b=d2QAShN3RqGLBqJ+55JDnRql8wM2T8ajwKAei7haKcoYQJulJ2MSKBD7MXXdsFuXu+ 2MnvY3Baggv4nWSziKqWAMxyZjDLWt9dEZ3FT2pp1Z3i8Ueo/opnDhWeA3oIXrHomZFX FqURxjAoOEF4wlJTX1kBSuuUAMM3EoE/0fCo1nNYNIK/PD3Eut/54vRTForPmC/a6Be6 xvcj+ysPMwFYWq2hTI9m//p40ZN3ezX6wG0cwp+yWbDOkir1DJMYkakloa5wK1yXh3Cb BoD5JAzBT7jMf6Lrc3JRtpThzn/KPljuIViedAPLGubFLWNYe09p/XO7xaYRjpLOzzpI DIGw== MIME-Version: 1.0 X-Received: by 10.180.76.48 with SMTP id h16mr11384709wiw.32.1382387166187; Mon, 21 Oct 2013 13:26:06 -0700 (PDT) In-Reply-To: <5a4e0ec9-c977-4a86-83b0-9f4c55a82e37@googlegroups.com> References: <4012031f-5334-4be8-a673-e0d8c8917fb2@googlegroups.com> <5a4e0ec9-c977-4a86-83b0-9f4c55a82e37@googlegroups.com> Date: Mon, 21 Oct 2013 13:26:06 -0700 Subject: Re: Python Front-end to GCC From: Mark Janssen To: Philip Herron Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Python List X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382387174 news.xs4all.nl 15917 [2001:888:2000:d::a6]:56263 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57203 On Mon, Oct 21, 2013 at 4:08 AM, Philip Herron wrote: > Thanks, i've been working on this basically on my own 95% of the compiler= is all my code, in my spare time. Its been fairly scary all of this for me= . I personally find this as a real source of interest to really demystify c= ompilers and really what Jit compilation really is under the hood. So I'm curious, not having looked at your code, are you just translating python code into C code to make your front-end to gcc? Like converting "[1,2,3]" into a C linked-list data structure and making 1 an int (or BigNum?)? --=20 MarkJ Tacoma, Washington