# 实验 6：Performance Lab

## 实验附件

* README
  * <http://csapp.cs.cmu.edu/3e/README-perflab>
* Writeup
  * <http://csapp.cs.cmu.edu/3e/perflab.pdf>
* 版本历史
  * <http://csapp.cs.cmu.edu/3e/perflab-release.html>
* 自学材料
  * <http://csapp.cs.cmu.edu/3e/perflab-handout.tar>

## 实验简介

学生优化应用核心函数的性能，比如卷积或矩阵转置。该实验清晰地演示了高速缓存（cache memories）的属性，并让学生积累了优化底层程序的经验。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://hansimov.gitbook.io/csapp/labs/perf-lab.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
