Skip to content

Commit b59fa01

Browse files
committed
zz
1 parent ddd2430 commit b59fa01

File tree

6 files changed

+46
-21
lines changed

6 files changed

+46
-21
lines changed

docs/public/talks/favicon.ico

-2 KB
Binary file not shown.

docs/public/talks/favicon.png

-25.4 KB
Loading

docs/public/talks/favicon.svg

Lines changed: 8 additions & 21 deletions
Loading

docs/public/talks/ssa-bug/index.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,24 @@ <h3>在战争中学习战争</h3>
447447
</article>
448448

449449

450+
451+
<article >
452+
453+
<h3>参考链接</h3>
454+
<ul>
455+
<li><a href="https://wa-lang.org/smalltalk/st0060.html" target="_blank" rel="noopener">Phi并行-凹语言与Golang共有问题的复盘</a></li>
456+
<li><a href="https://github.com/golang/go/issues/69929" target="_blank" rel="noopener">Issue69929: x/tools/go/ssa/interp: phi nodes are not executed in parallel</a></li>
457+
<li><a href="https://go-review.googlesource.com/c/tools/+/621595/" target="_blank" rel="noopener">Go语言: go/ssa/interp: assign phi nodes in parallel</a></li>
458+
<li><a href="https://github.com/wa-lang/wa/commit/8138ee" target="_blank" rel="noopener">凹语言: 修正 Phi 未并行执行的问题</a></li>
459+
<li><a href="https://en.wikipedia.org/wiki/Static_single-assignment_form" target="_blank" rel="noopener">https://en.wikipedia.org/wiki/Static_single-assignment_form</a></li>
460+
<li><a href="https://homes.luddy.indiana.edu/achauhan/Teaching/B629/2006-Fall/CourseMaterial/1998-spe-briggs-ssa_improv.pdf" target="_blank" rel="noopener">Practical Improvements to the Construction and Destruction of Static Single Assignment Form</a></li>
461+
</ul>
462+
463+
464+
<span class="pagenumber">27</span>
465+
</article>
466+
467+
450468

451469
<article>
452470
<h3>Thank you</h3>

docs/public/talks/ssa-bug/index.slide

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,13 @@ Alan Donovan 迅速提交了修正 `golang.org/x/tools/go/ssa/interp` 包的 pr
217217
- 协助 Golang 解决了存在于 SSA 解释执行器中的错误。
218218

219219
经常有人质问我们:“重复发明轮子有何意义?”,这一经历正好可以用来作为回应。
220+
221+
## 参考链接
222+
223+
- [Phi并行-凹语言与Golang共有问题的复盘](https://wa-lang.org/smalltalk/st0060.html)
224+
- [Issue69929: x/tools/go/ssa/interp: phi nodes are not executed in parallel](https://github.com/golang/go/issues/69929)
225+
- [Go语言: go/ssa/interp: assign phi nodes in parallel](https://go-review.googlesource.com/c/tools/+/621595/)
226+
- [凹语言: 修正 Phi 未并行执行的问题](https://github.com/wa-lang/wa/commit/8138ee)
227+
- [https://en.wikipedia.org/wiki/Static_single-assignment_form](https://en.wikipedia.org/wiki/Static_single-assignment_form)
228+
- [Practical Improvements to the Construction and Destruction of Static Single Assignment Form](https://homes.luddy.indiana.edu/achauhan/Teaching/B629/2006-Fall/CourseMaterial/1998-spe-briggs-ssa_improv.pdf)
229+

docs/talks/ssa-bug/index.slide

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,3 +217,13 @@ Alan Donovan 迅速提交了修正 `golang.org/x/tools/go/ssa/interp` 包的 pr
217217
- 协助 Golang 解决了存在于 SSA 解释执行器中的错误。
218218

219219
经常有人质问我们:“重复发明轮子有何意义?”,这一经历正好可以用来作为回应。
220+
221+
## 参考链接
222+
223+
- [Phi并行-凹语言与Golang共有问题的复盘](https://wa-lang.org/smalltalk/st0060.html)
224+
- [Issue69929: x/tools/go/ssa/interp: phi nodes are not executed in parallel](https://github.com/golang/go/issues/69929)
225+
- [Go语言: go/ssa/interp: assign phi nodes in parallel](https://go-review.googlesource.com/c/tools/+/621595/)
226+
- [凹语言: 修正 Phi 未并行执行的问题](https://github.com/wa-lang/wa/commit/8138ee)
227+
- [https://en.wikipedia.org/wiki/Static_single-assignment_form](https://en.wikipedia.org/wiki/Static_single-assignment_form)
228+
- [Practical Improvements to the Construction and Destruction of Static Single Assignment Form](https://homes.luddy.indiana.edu/achauhan/Teaching/B629/2006-Fall/CourseMaterial/1998-spe-briggs-ssa_improv.pdf)
229+

0 commit comments

Comments
 (0)