Hi, Nicolas Graves <ngra...@ngraves.fr> writes:
> I was looking at the mit-scheme package and realized that the source > field doesn't seem to allow for system- or target-specific actions. I > was wondering if keeping source non-thunked makes sense, seems to me > that source is a build-time-relevant information, no? That's a feature, I'd say. We don't want the source to depend on the architecture or other inputs. Also, thunked fields have a performance cost/overhead, though I haven't profiled it so can't mention any numbers. -- Thanks, Maxim