|
From: Ian P. <ian...@in...> - 2004-04-08 01:02:44
|
On 08 Apr 2004, at 02:39, Andreas Raab wrote: > Which reminds of something else we were talking about in the past: > Passing > primitive arguments as C arguments instead of the Smalltalk stack. Which reminds me of something else Dan & I talked about in the past: evaluating arguments from right to left. Saves an awful lot of tedious peeking into the middle of the stack to pick up the receiver. (Combined with the above, potentially wins Really Big for 386 too. OTOH, the tradeoffs for register architectures are a little more complex.) Cheers, Ian |