Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KO : Update es6.md #2341

Merged
merged 5 commits into from
Jul 29, 2019
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions locale/ko/docs/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@ 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 와 비교하여 보여줍니다.
yeonsuyang marked this conversation as resolved.
Show resolved Hide resolved

ES2015 이후 도입된 기능의 최적화에 대한 작업은 [performance plan](https://docs.google.com/document/d/1EA9EbfnydAmmU_lM8R_uEMQ-U_v4l9zulePSBkeYWmY) 통해 이루어지며, V8 팀이 개선이 필요한 부분을 모으고 분류하고, 이 문제들을 해결하기 위해 설계한 것을 이곳에서 보실 수 있습니다.
yeonsuyang marked this conversation as resolved.
Show resolved Hide resolved

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

Expand Down