上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页
摘要: .global _ff_ff: movl $0x7fffffff, %eax movl $-2, %ebx xorl %ecx, %ecx xorl %edx, %edx imull %ebx ret.global _fe_fe: movl $1, %eax movl $1, %edx movl $ 阅读全文
posted @ 2022-05-18 11:31 zJanly 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 在go程序中调用c语言代码的场景中,有时候会出现more stack on g0的错误,这个错误十分常见,比如下面这个程序就可以触发。 /*static int increase(int a) { return goIncrease(a++);}*/import "C"func main() { g 阅读全文
posted @ 2022-05-12 16:18 zJanly 阅读(666) 评论(0) 推荐(1) 编辑
摘要: https://blog.csdn.net/weixin_43871182/article/details/104788143 阅读全文
posted @ 2022-05-11 10:48 zJanly 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://github.com/aminueza/sgx-docker in the container: git clone https://github.com/intel/linux-sgx.git apt-get install build-essential ocaml ocamlb 阅读全文
posted @ 2022-05-07 10:55 zJanly 阅读(256) 评论(0) 推荐(0) 编辑
摘要: yum install gcc yum install gcc-c++ scl enable devtoolset-8 bash https://github.com/ocaml/ocamlbuild clone make configure makemake install yum install 阅读全文
posted @ 2022-05-07 10:55 zJanly 阅读(40) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/wujianming-110117/p/14865300.html https://zhuanlan.zhihu.com/p/500904014 阅读全文
posted @ 2022-04-20 14:53 zJanly 阅读(59) 评论(0) 推荐(0) 编辑
摘要: https://www.felixcloutier.com/x86/index.html https://docs.oracle.com/cd/E36784_01/html/E36859/gnyak.html#scrolltoc https://www.bilibili.com/read/cv154 阅读全文
posted @ 2022-04-12 10:52 zJanly 阅读(45) 评论(0) 推荐(0) 编辑
摘要: 古之为道者,非以明民,将以愚之。 民之难治,以其智多。 故以智治国,国之贼;不以智治国,国之福。 生活不可能像你想象得那么好,但也不会像你想象得那么糟。我觉得人的脆弱和坚强都超乎自己的想象。有时,我可能脆弱的一句话就泪流满面;有时,也发现自己咬着牙走了很长的路。 ——莫泊桑 大部分人在二三十岁上就死 阅读全文
posted @ 2022-04-11 18:38 zJanly 阅读(36) 评论(0) 推荐(0) 编辑
摘要: http://www.weste.net/2009/4-23/10412931178.html TinyCC Fabrice Bellard https://m.sohu.com/a/603488657_121124376 https://web.cs.ucla.edu/classes/winter 阅读全文
posted @ 2022-04-11 16:41 zJanly 阅读(15) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u011033906/article/details/117806349 阅读全文
posted @ 2022-04-11 16:17 zJanly 阅读(56) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 57 下一页