专注虚拟机与编译器研究

2021年10月14日

第30篇-main()方法的执行

摘要: 在第7篇详细介绍过为Java方法创建的栈帧,如下图所示。 调用完generate_fixed_frame()函数后一些寄存器中保存的值如下: rbx:Method* ecx:invocation counter r13:bcp(byte code pointer) rdx:ConstantPool* 阅读全文

posted @ 2021-10-14 10:30 鸠摩(马智) 阅读(1048) 评论(0) 推荐(0) 编辑

导航