updated pptx and speech pdf

This commit is contained in:
2026-06-30 11:51:38 +08:00
parent d9d36e017f
commit a8b5d9c864
5 changed files with 1569 additions and 1244 deletions

View File

@@ -404,7 +404,7 @@ style: |
小组成员:**程景愉** · **舒钰权** · **杨力嘉**
<p>仓库地址:<strong>https://bdgit.educoder.net/pw7hgk2xf/nudt-compiler-cpp</strong></p>
<p>仓库地址:<strong>https://git.nudt.space/CompileThreeMaggot/nudt-compiler-cpp.git</strong></p>
---
@@ -725,7 +725,7 @@ style: |
---
# 测试验证结果
# 功能测试验证结果
<div class="table-wrapper">
@@ -745,7 +745,28 @@ style: |
</div>
<p class="lead" style="text-align:center;">全部 <strong>11 项功能测试用例</strong> 与 <strong>10 项性能测试用例</strong>(共 21 项)在<strong>优化开启</strong>条件下通过 <code>./scripts/run_all_tests_verbose.sh</code> 验证;当前无硬编码优化版本总耗时 <strong>217.293 秒</strong>,输出与退出码 <strong>100% 匹配</strong>预期。</p>
---
# 功能测试验证结果
<div class="table-wrapper">
| 序号 | 测试用例 | 测试内容 | 结果 |
|:---:|:---|:---|:---:|
| 12 | `01_mm2.sy` | 矩阵乘法(性能) | ✅ |
| 13 | `02_mv3.sy` | 矩阵向量乘法(性能) | ✅ |
| 14 | `03_sort1.sy` | 排序算法(性能) | ✅ |
| 15 | `2025-MYO-20.sy` | 综合性能测试(循环/数组) | ✅ |
| 16 | `fft0.sy` | 快速傅里叶变换(性能) | ✅ |
| 17 | `gameoflife-oscillator.sy` | 生命游戏振荡器(性能) | ✅ |
| 18 | `if-combine3.sy` | 条件组合与分支密集(性能) | ✅ |
| 19 | `large_loop_array_2.sy` | 大循环数组访问(性能) | ✅ |
| 20 | `transpose0.sy` | 矩阵转置(性能) | ✅ |
| 21 | `vector_mul3.sy` | 向量乘法(性能) | ✅ |
</div>
<!-- <p class="lead" style="text-align:center;">全部 <strong>11 项功能测试用例</strong> 与 <strong>10 项性能测试用例</strong>(共 21 项)在<strong>优化开启</strong>条件下通过 <code>./scripts/run_all_tests_verbose.sh</code> 验证;当前无硬编码优化版本总耗时 <strong>217.293 秒</strong>,输出与退出码 <strong>100% 匹配</strong>预期。</p> -->
<p class="mini" style="text-align:center;">验证链路SysY 源码 → IR 生成 → 标量优化 → 循环优化 → 指令选择 → 寄存器分配 → 窥孔优化 → AArch64 汇编 → QEMU 模拟运行 → 输出比对</p>