File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11# Lab3: FlowLab
22
3- > Deadline:2025-11-11 23:59:59
3+ > Deadline:2025-11-18 23:59:59
44
55## 〇、实验简介
66
77### 实验简介
88
9- 栈帧与程序控制流相关实验。
9+ 栈帧与程序控制流相关实验。点击 [ 链接 ] ( https://classroom.github.com/a/EZyT0dZ7 ) 领取作业。
1010
1111本学期,我们仍然将金老师 ICS 第三个 Lab 回炉重造,减轻代码工作量并添加更多讲解和提示,以加深各位同学对栈帧和程序控制流的理解,并探索协程的应用,最后从宏观角度思考程序控制流的发展,丰富同学们的知识面。
1212
@@ -694,9 +694,9 @@ def game():
694694+-------------------+
695695| Next Record Ptr |
696696|-------------------|
697- | Handler Function | // 指向异常处理函数(如__gxx_personality_v0)
697+ | Handler Function |
698698|-------------------|
699- | Scope Table Ptr | // 指向.tdata/.eh_frame的异常范围表
699+ | Scope Table Ptr |
700700+-------------------+
701701```
702702
@@ -789,3 +789,4 @@ int main() {
789789- 本实验参考 2024 年的 StackLab 实验开发,鸣谢24 Fall TA:@[y<sup>2</sup>](https://github.com/Cameudis)、@[Yosame](https://github.com/Yosame08)
790790
791791> 负责助教:周弈成 @[JurFal](https://github.com/JurFal) 朱程炀 @[Zecyel](https://github.com/Zecyel)
792+
You can’t perform that action at this time.
0 commit comments