-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(newsletter): these-weeks-in-loongarch-51: some linux
- Loading branch information
Showing
1 changed file
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,11 +23,13 @@ draft: true # TODO | |
|
||
TODO | ||
|
||
### 工具链 {#toolchain} | ||
Bibo Mao 使 LoongArch KVM 对只读内存区域[跳过了](https://lore.kernel.org/loongarch/[email protected]/)脏页跟踪:页不会被写,就不会变脏。 | ||
|
||
#### ABI {#abi} | ||
Bibo Mao 还[增加了](https://lore.kernel.org/loongarch/[email protected]/)使得用户态虚拟机管理程序(VMM)能够将自身特性告知 | ||
KVM 的机制。从提交说明看,初期是为了让 KVM 能知道有的 VMM 的中断控制器能支持 256 个虚拟 | ||
CPU,而不像真机只能支持 4 个。 | ||
|
||
TODO | ||
### 工具链 {#toolchain} | ||
|
||
#### binutils {#binutils} | ||
|
||
|
@@ -68,10 +70,6 @@ linker relaxation 的开关。 | |
|
||
</details> | ||
|
||
#### GCC {#gcc} | ||
|
||
TODO | ||
|
||
#### LLVM {#llvm} | ||
|
||
[wangleiat] 为 LLD [实现了](https://github.com/llvm/llvm-project/pull/94451)基本的 | ||
|