Skip to content

Commit

Permalink
fix typos, update naive to native in es6 docs (#1198)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-blair authored and fhemberger committed Apr 11, 2017
1 parent 97f3485 commit 96be8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locale/en/docs/es6.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ 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 naive 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 naive ES5 counterparts.
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.

Expand Down

0 comments on commit 96be8ec

Please sign in to comment.