Skip to content

Commit

Permalink
ko : Update es6.md (#2341)
Browse files Browse the repository at this point in the history
Update es6.md
  • Loading branch information
yeonsuyang authored and Wai-Dung committed Jul 29, 2019
1 parent b49d933 commit 0a77782
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions locale/ko/docs/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,26 @@ V8 엔진에 계속해서 새로운 기능이 추가되고 있습니다. 정확
node --v8-options | grep "in progress"
```

<!--
## What about the performance of a particular feature?
The V8 team is constantly working to improve the performance of new language features to eventually reach parity with their transpiled or native counterparts in EcmaScript 5 and earlier. The current progress there is tracked on the website [six-speed](https://fhinkel.github.io/six-speed), which shows the performance of ES2015 and ESNext features compared to their native ES5 counterparts.
The work on optimizing features introduced with ES2015 and beyond is coordinated via a [performance plan](https://docs.google.com/document/d/1EA9EbfnydAmmU_lM8R_uEMQ-U_v4l9zulePSBkeYWmY), where the V8 team gathers and coordinates areas that need improvement, and design documents to tackle those problems.
-->

## 특정 기능의 성능은 어떻습니까?

V8 팀은 새로운 언어 기능의 성능을 향상시켜 EcmaScript 5나 그 이전 버전의 네이티브 코드 또는
트랜스파일된 코드와 동등해질 수 있도록 끊임없이 노력하고 있습니다. 현재 진행 상황은 웹 사이트
[six-speed](https://fhinkel.github.io/six-speed)에서 확인할 수 있습니다. 이는 ES2015
및 ESNext 기능의 성능을 네이티브 ES5와 비교하여 보여줍니다.

ES2015 이후 도입된 기능의 최적화에 대한 작업은
[성능 계획](https://docs.google.com/document/d/1EA9EbfnydAmmU_lM8R_uEMQ-U_v4l9zulePSBkeYWmY)을 통해 조정됩니다.
성능 계획 문서에서는 V8 팀에서 개선이 필요한 부분을 모아 분류하고, 이 문제들을 해결하기 위해
설계한 문서를 확인할 수 있습니다.

<!--
## I have my infrastructure set up to leverage the --harmony flag. Should I remove it?
Expand Down

0 comments on commit 0a77782

Please sign in to comment.