From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Wojciech Meyer Newsgroups: gmane.emacs.devel Subject: Re: Compiling Elisp to a native code with a GCC plugin Date: Tue, 14 Sep 2010 23:49:40 +0100 Message-ID: <877hio2b5n.fsf@gmail.com> References: <87bp805ecr.fsf@gmail.com> <874ods5ctf.fsf@gmail.com> <877hio3urh.fsf@gmail.com> <87wrqo2ev4.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1284504631 2044 80.91.229.12 (14 Sep 2010 22:50:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 14 Sep 2010 22:50:31 +0000 (UTC) Cc: Wojciech Meyer , emacs-devel@gnu.org To: Tom Tromey Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Sep 15 00:50:30 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OveKb-0007wY-Nf for ged-emacs-devel@m.gmane.org; Wed, 15 Sep 2010 00:50:30 +0200 Original-Received: from localhost ([127.0.0.1]:40575 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OveKa-0004dJ-VK for ged-emacs-devel@m.gmane.org; Tue, 14 Sep 2010 18:50:29 -0400 Original-Received: from [140.186.70.92] (port=32947 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OveKV-0004bo-7d for emacs-devel@gnu.org; Tue, 14 Sep 2010 18:50:24 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OveKT-000120-OV for emacs-devel@gnu.org; Tue, 14 Sep 2010 18:50:23 -0400 Original-Received: from mail-wy0-f169.google.com ([74.125.82.169]:64696) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OveKT-00011v-JL for emacs-devel@gnu.org; Tue, 14 Sep 2010 18:50:21 -0400 Original-Received: by wyb36 with SMTP id 36so9404668wyb.0 for ; Tue, 14 Sep 2010 15:50:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=2ibLI5IcSsiWNNiV9eq6o2JyHPPzFBbZfWARgSRlTz4=; b=X8pFrSWcU+MOcFcB7ziEKcC0qwPn+KJza+XUQCPGiD93PU9fgC+YmQ7oifavesRzUP UQo799IRwEJl5OL926aKKek6NaPDpFnKSNxM6SVA8gyBy5W0vX/npeKU9Fr6bFagzmq0 UpH7x0kYF+HnJDTUKFEtDKtR7YZsvwNHFzjr0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=ZrNPkpoZ5fKeEMQ99y0/J056k+EMEWT3ANA+xCO/sR4iaUAzwYc6nTf3xTohHTEES5 5s0Pc/n4DUHME+b7qxPHkAf1w5lZk+2oEml4ypSBfjry7tl1GELRnlNRrZIa7mTto2Jz gkrTLhtcATxX0/N1DA5wmG83uxridZGGSCmQE= Original-Received: by 10.216.72.72 with SMTP id s50mr452439wed.109.1284504620655; Tue, 14 Sep 2010 15:50:20 -0700 (PDT) Original-Received: from spec-desktop.specuu.com (host86-133-35-46.range86-133.btcentralplus.com [86.133.35.46]) by mx.google.com with ESMTPS id e56sm535698wer.22.2010.09.14.15.50.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 14 Sep 2010 15:50:19 -0700 (PDT) In-Reply-To: (Tom Tromey's message of "Tue, 14 Sep 2010 15:59:50 -0600") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:130158 Archived-At: Tom Tromey writes: > These scripts are both in src/ on the concurrency branch. Ups I missed that. Thanks. Wojciech