You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/content/blog/React_Compiler_4.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
---
2
2
title: React Compiler, 어떻게 동작할까 [4] - SSA변환(이론과 구현)
3
-
description: "Static Single Assignment(SSA) 형태로 변환하는 과정을 살펴봅니다. SSA는 최적화를 위해 사용되는 중간 표현 중 하나입니다. SSA는 변수가 한 번만 대입되도록 제한하는 특징이 있습니다. 이는 def-use chain을 추적하기가 쉽도록 도와줍니다. SSA를 구현하기 위한 알고리즘과 이론을 살펴봅니다."
3
+
description: "Static Single Assignment(SSA) 형태로 변환하는 과정을 살펴봅니다. SSA는 최적화를 위해 사용되는 중간 표현 중 하나입니다. SSA는 변수가 한 번만 대입되도록 제한하는 특징이 있습니다. SSA를 구현하기 위한 알고리즘과 이론을 살펴봅니다."
0 commit comments