Xargin

Results 76 comments of Xargin

@MuyaoXiao ,感谢 issue,我看了一下原文,O(W*L) 是说创建 trie 的时间复杂度,我在里面写的是搜索的

@MuyaoXiao ,没事,阅读过程有问题欢迎随时反馈~

我感觉可能是当时想错了哈哈 ```go package main func main() { var c []byte var b int16 var a bool println(&c, &b, &a) } ``` 三者的地址确实是由大变小,说明在栈内是从底到顶分布的。 想错的原因。。猜测可能是当时用 fmt.Sprintf 打印了 a,b,c 的地址,造成了逃逸,进而导致了判断失误。。。 @xujunhai ,你理解的没问题,伪 SP...

We appreciate your interest on this book, but we are not native English speakers..translation is bit hard for us. If some other people would offer help for this, it can...

@Delta456 , it seems currently there's no proper person to do this~ sorry

Plus an unrelated question..what is the tool used to draw this picture?

@kaxap , thx very much~

汗😓 我也不知道咋回事,要不试试换个shell,比如zsh之类的

I changed to another machine, and it seems build fails, Temporarily copy the libunicorn.a to out path can solve this, but I'll dig into it later....

这种 runtime 自己的特殊 hack 太多了,这里的 m_tls 编译完成后会变成偏移量, 我猜是链接的时候做的替换: https://github.com/golang/go/blob/72b6a89ca5cd3c3bfd13b9b17be976e8feb91ecc/src/cmd/internal/objabi/reloctype.go#L68