nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] GCC 8 pre-releases have escaped...

2018-02-07 14:40:27
Hi Bakul,

trunccpy() is strndup().

Yes, allowing for passing sizeof-1 instead.  And the extra malloc and
free, or piece of work for the GC.

Go-1.0 used a conservative GC and it was fast enough.

Yes, but AIUI Go's GC was built into the language's runtime and could
use knowledge produced by the compiler to ease its work, e.g. here's a
mask for a struct's layout saying where there are addresses.  It wasn't
a bolt-on GC that looked at a word's bits and cogitated if it was a
pointer that kept something alive.

Also note Go strings are variable sized.

And immutable.  :-)

-- 
Cheers, Ralph.
https://plus.google.com/+RalphCorderoy

-- 
Nmh-workers
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>