On 21-Jun-06, at 2:51 AM, Robert Spier wrote:
It also makes the code a bit harder to read. Unless there's actually a tangible performance benefit, I'm not sure it's worth it.
It's a rather performance sensitive part of the code, and it reduces the number of ops required (the alternative is to assign each param separately). I've checked it in anyway.
