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

Re: GC safety and return values

This page is part of the web mail archives of SRFI 50 from before July 7th, 2015. The new archives for SRFI 50 contain all messages, not just those from before July 7th, 2015.



Tom Lord <lord@xxxxxxx> writes:

> The biggest issue in choosing between the two approaches, as far as I
> know, is the question of efficiency.   

This is the part that gives me great pause.  I am made uncomfortable
by an FFI that determines, once for all, that a particular approach is
more efficient.  Even if certainly true for the computers and tools
available now, experience is that such judgments change over time.  

I'm getting a little Scheme reflex in my brain here: "don't
standardize until we *know* what the Right Thing is."

Thomas