[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issue: FUNCTION-COERCE-TIME (Version 2)



Well, this is a puzzle. It seems intertwined in an odd way with
FUNCTION-CALL-EVALUATION-ORDER. There we want to leave unspecified where
efunctuation takes place, but here we're trying to nail it down. There it
was important for performance. Here it isn't except where it is. Is it?
I.e., is there a performance hit for LAZY? Certainly it would force some
inlining of macros not to. 

I'll go for HYBRID. Its the most implementable, and reasonable to explain,
and seems to cause the least performance hit.

Probably we need to list explicitly which functions with functional
arguments are lazy and which are ambitious.