Skip to content

Commit

Permalink
add: description
Browse files Browse the repository at this point in the history
  • Loading branch information
yongsk0066 committed Jul 14, 2024
1 parent 363a115 commit f2b3ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/React_Compiler_4.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: React Compiler, 어떻게 동작할까 [4] - SSA변환(이론과 구현)
description: "React Compiler의 SSA 변환에 대해 알아보자."
description: "Static Single Assignment(SSA) 형태로 변환하는 과정을 살펴봅니다. SSA는 최적화를 위해 사용되는 중간 표현 중 하나입니다. SSA는 변수가 한 번만 대입되도록 제한하는 특징이 있습니다. 이는 def-use chain을 추적하기가 쉽도록 도와줍니다. SSA를 구현하기 위한 알고리즘과 이론을 살펴봅니다."
author: "Yongseok"
categories: ["React Compiler"]
date: '2024-07-07T15:10:03.760Z'
Expand Down

0 comments on commit f2b3ec2

Please sign in to comment.