Skip to content

Commit a8b8357

Browse files
committed
add: description
1 parent f2b3ec2 commit a8b8357

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/blog/React_Compiler_4.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
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를 구현하기 위한 알고리즘과 이론을 살펴봅니다."
44
author: "Yongseok"
55
categories: ["React Compiler"]
6-
date: '2024-07-07T15:10:03.760Z'
6+
date: '2024-07-14T07:57:08.825Z'
77
series: "React Compiler"
88
---
99
import LinkPreview from '@components/LinkPreview.astro'

0 commit comments

Comments
 (0)