runtime/asm_amd64.s in golang stacktrace

blov · · 1178 次点击    
这是一个分享于 的资源,其中的信息可能已经有所发展或是发生改变。
<p>What exactly is this code?</p> <hr/>**评论:**<br/><br/>ChristophBerger: <pre><p>This is an assembly file (&#34;.s&#34;) with assembly for the amd64 architecture. That&#39;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&#39;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

1178 次点击  
加入收藏 微博
0 回复
暂无回复
添加一条新回复 (您需要 登录 后才能回复 没有账号 ?)
  • 请尽量让自己的回复能够对别人有帮助
  • 支持 Markdown 格式, **粗体**、~~删除线~~、`单行代码`
  • 支持 @ 本站用户;支持表情(输入 : 提示),见 Emoji cheat sheet
  • 图片支持拖拽、截图粘贴等方式上传