From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.devel Subject: Re: wip-rtl return location Date: Fri, 03 Aug 2012 14:38:41 +0200 Message-ID: <871ujotajy.fsf@pobox.com> References: <87mx2dv02q.fsf@pobox.com> <501B376F.3060505@netris.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1343997543 24944 80.91.229.3 (3 Aug 2012 12:39:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 3 Aug 2012 12:39:03 +0000 (UTC) Cc: Mark H Weaver , guile-devel To: Stefan Israelsson Tampe Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Aug 03 14:39:00 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SxH9c-0008Mf-0w for guile-devel@m.gmane.org; Fri, 03 Aug 2012 14:38:56 +0200 Original-Received: from localhost ([::1]:37443 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxH9b-0000Qs-2P for guile-devel@m.gmane.org; Fri, 03 Aug 2012 08:38:55 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:56255) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxH9V-0000Qm-EZ for guile-devel@gnu.org; Fri, 03 Aug 2012 08:38:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SxH9R-0002Oz-7N for guile-devel@gnu.org; Fri, 03 Aug 2012 08:38:49 -0400 Original-Received: from a-pb-sasl-quonix.pobox.com ([208.72.237.25]:56481 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SxH9R-0002Oo-2S for guile-devel@gnu.org; Fri, 03 Aug 2012 08:38:45 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 625FD9343; Fri, 3 Aug 2012 08:38:44 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=Z64dTozEnY/gaYRWtL6AG+knZMA=; b=qEmKs+ rUYtHJgIOo/BCUz/i8ru/vxXPRKbgvRe3WZGA4pDD+FrRfRaeXxBEJricIKnHW5Z gA1nwnCUTqNW40UcN5YYgJvixtip8mTA725E/W5A9OQineY9/H9+3GMRvR3/FgIB ha0PQ15pGPRSU20MqLYd2MQSNW8VlHBw8ZULo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=vpUtqGVbHfFE1k584Y/5GIxPtscKD0FW 8HlULlIEvJNsTZlaaHYWsInpxIxaBxVGbAVy4K5wgFdY2hZJ2gu4rm1TG4DRXQPD JyaEBHmTSFvjm826OgpaSXiCngsaqjjzF71Ve7hEJQAMqUZgiPESiIvJTpzjW7Mu wr4gaqAmdpA= Original-Received: from a-pb-sasl-quonix.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTP id 557559342; Fri, 3 Aug 2012 08:38:44 -0400 (EDT) Original-Received: from badger (unknown [91.117.99.155]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-quonix.pobox.com (Postfix) with ESMTPSA id CACD09341; Fri, 3 Aug 2012 08:38:43 -0400 (EDT) In-Reply-To: (Stefan Israelsson Tampe's message of "Fri, 3 Aug 2012 13:54:02 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux) X-Pobox-Relay-ID: 29726512-DD68-11E1-ABA6-11610E5B5709-02397024!a-pb-sasl-quonix.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 208.72.237.25 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:14771 Archived-At: On Fri 03 Aug 2012 13:54, Stefan Israelsson Tampe writes: > A though: > assert_nargs_ee > reserve_locals > assert_nargs_ee_locals > bind_rest > bind_kwargs > > Could we not implement this logic in the call instructions? This is a characteristic of the callee -- more work is needed if there are optional/kw args, but in the normal case you just have assert-nargs-ee/locals which is very cheap, no? Andy -- http://wingolog.org/