From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.devel Subject: Re: file names embedded in .go Date: Mon, 19 Apr 2010 23:46:42 +0200 Message-ID: <87tyr7yv25.fsf@ambire.localdomain> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1271714960 10946 80.91.229.12 (19 Apr 2010 22:09:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Apr 2010 22:09:20 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Tue Apr 20 00:09:20 2010 connect(): No such file or directory Return-path: Envelope-to: guile-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 1O3z9b-0005q8-1Z for guile-devel@m.gmane.org; Tue, 20 Apr 2010 00:09:19 +0200 Original-Received: from localhost ([127.0.0.1]:57151 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3z9a-0006S0-Ec for guile-devel@m.gmane.org; Mon, 19 Apr 2010 18:09:18 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3z9W-0006Rb-T9 for guile-devel@gnu.org; Mon, 19 Apr 2010 18:09:14 -0400 Original-Received: from [140.186.70.92] (port=43552 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3z9V-0006RL-DJ for guile-devel@gnu.org; Mon, 19 Apr 2010 18:09:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3z9Q-0007vC-Lz for guile-devel@gnu.org; Mon, 19 Apr 2010 18:09:13 -0400 Original-Received: from host17-70-dynamic.21-79-r.retail.telecomitalia.it ([79.21.70.17]:55949 helo=ambire.localdomain) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3z9Q-0007uI-7N for guile-devel@gnu.org; Mon, 19 Apr 2010 18:09:08 -0400 Original-Received: from ttn by ambire.localdomain with local (Exim 4.63) (envelope-from ) id 1O3yni-0000x0-NN for guile-devel@gnu.org; Mon, 19 Apr 2010 23:46:42 +0200 In-Reply-To: (Andy Wingo's message of "Mon, 19 Apr 2010 16:52:09 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:10262 Archived-At: () Andy Wingo () Mon, 19 Apr 2010 16:52:09 +0200 Thoughts? It sounds complicated. Does the .go format support the usual ELF-y sections, like .rodata, .data, etc? Maybe we could just include the source verbatim in such a section (and avoid mapping it at runtime). thi