討論串[issue1525] boehm-gc problems
共 6 篇文章
內容預覽:
Jordan Gordeev wrote:. > Please, note that '_DYNAMIC' is a local symbol on DragonFly and a global. > one on FreeBSD.. I believe that's because FreeBSD
(還有431個字)
內容預覽:
There's a difference between DragonFly's ld and FreeBSD's ld.. Let's take the following program:. extern void *vodka;. void *. f(void). {. return vodk
(還有1950個字)
內容預覽:
Jordan Gordeev wrote:. > Jordan Gordeev wrote:. >> On FreeBSD, when we iterate over the list, we get a list of tags that. >> is a prefix of the tags o
(還有568個字)
內容預覽:
Jordan Gordeev wrote:. > On FreeBSD, when we iterate over the list, we get a list of tags that. > is a prefix of the tags of the main executable.. > T
(還有209個字)
內容預覽:
I'll summarize what I've learned so far.. Boehm GC is a mark-sweep garbage collector.. The crashes and the hangs happen because the GC garbage collect
(還有2086個字)