From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <1fa560a460cbfdccc20a37811f670fec@plan9.bell-labs.com> From: presotto@plan9.bell-labs.com To: 9fans@cse.psu.edu Subject: Re: [9fans] how to avoid a memset() optimization MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 19 Nov 2002 09:32:44 -0500 Topicbox-Message-UUID: 2424c9c4-eacb-11e9-9e20-41e7f4b1d025 The exceptional style has its merits. If C had a resonable multivalued return mechanism like alef or limbo, I think it would have been a better solution. There's no reason other than personal preference to not use the same model at user level, it's just a stack of long jmp variables. However, I haven't found the need. Return values seem to work just as well though they are much wordier.