<p>What exactly is this code?</p>
<hr/>**评论:**<br/><br/>ChristophBerger: <pre><p>This is an assembly file (".s") with assembly for the amd64 architecture. That's all I can say, and my question is, why do you need to know?
For me, in most cases a stack trace is useful down to the last source code file I have control over, or maybe the last file that is a .go file (in the cases where I fail to understand why my code fails), but everything below that has never been very usefulfor me.</p></pre>marksteve4: <pre><p>just want to explore some golang internals. According to this link <a href="https://golang.org/src/runtime/asm_amd64.s" rel="nofollow">https://golang.org/src/runtime/asm_amd64.s</a>. this is at go level, not at os level</p></pre>ChristophBerger: <pre><p>Yes, obviously the file is part of the Go runtime. </p>
<p>I thought you were looking for help with interpreting a stack, that's why I replied, but I am afraid I cannot help with Go internals at assembly level. I would guess that the people who know more about this file can be found in the <a href="https://groups.google.com/forum/#!forum/golang-nuts" rel="nofollow">golang-nuts</a> discussion list.</p></pre>
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
入群交流(和以上内容无关):加入Go大咖交流群,或添加微信:liuxiaoyan-s 备注:入群;或加QQ群:692541889
- 请尽量让自己的回复能够对别人有帮助
- 支持 Markdown 格式, **粗体**、~~删除线~~、
`单行代码`
- 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
- 图片支持拖拽、截图粘贴等方式上传