|
|
Log in / Subscribe / Register

Go

Go

Posted Jul 16, 2013 8:49 UTC (Tue) by juliank (guest, #45896)
In reply to: Go by lsl
Parent article: The next 20 years of Python

But is gccgo compiled code affected by the same GC issues?


to post comments

Go

Posted Jul 16, 2013 20:09 UTC (Tue) by lsl (guest, #86508) [Link]

Yes, as the runtime used in gccgo is (mostly) the same. But the issue isn't as bad as people make it sound. I wouldn't worry about it. The GC is constantly improving and even now, with Go 1.1 (in GCC 4.8.1), you shouldn't have any problems outside of some pathological cases

Also note that Go gives you enough control over memory that you can easily work around those cases, should you actually encounter them.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds