|
|
|
|
|
by pcwalton
4129 days ago
|
|
LLVM supports precise GC now via the late safepoint placement infrastructure [1]. This infrastructure should be sufficient to support both the copying stacks and a precise GC. This is a recent addition and did not exist at the time Go was created, however. [1]: http://llvm.org/docs/Statepoints.html |
|