Am 17.03.2013 21:56, schrieb Walter Bright:
On 3/17/2013 3:01 AM, Russel Winder wrote:I guess this is because of the segmented stacks architecture behind the realization of Go.Segmented stacks have a significant performance cost to them, as well as making it hard to interface to other languages. I also think that the shift to 64 bits makes them obsolete anyway.
If I am not mistaken, Rust makes use of them as well.
