Hacker News new | ask | show | jobs
by stcredzero 2772 days ago
Go's native GC is specifically targeted for Go. To be performant, one would want GC targeted towards the language to be implemented.
1 comments

Only if you're using Go's native GC as the Lua VM's GC, which isn't the only option.
I have to confess, I've been thinking of implementing Smalltalk in Go, using its native GC as a very unoptimized GC.