套件:golang-go4-unsafe-assume-no-moving-gc-dev(0.0~git20231121.b99613f-2)
golang-go4-unsafe-assume-no-moving-gc-dev 的相關連結
Debian 的資源:
下載原始碼套件 golang-go4-unsafe-assume-no-moving-gc:
- [golang-go4-unsafe-assume-no-moving-gc_0.0~git20231121.b99613f-2.dsc]
- [golang-go4-unsafe-assume-no-moving-gc_0.0~git20231121.b99613f.orig.tar.xz]
- [golang-go4-unsafe-assume-no-moving-gc_0.0~git20231121.b99613f-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
declare Go code that play unsafe GC games (library)
go4.org/unsafe/assume-no-moving-gc
If your Go package wants to declare that it plays unsafe games that only work if the Go runtime's garbage collector is not a moving collector, then add:
import _ "go4.org/unsafe/assume-no-moving-gc"
Then your program will explode if that's no longer the case. (Users can override the explosion with a scary sounding environment variable.)
This package contains the Go development library.