Skip to content

Commit

Permalink
fix: remove CPU perf
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-ippolito committed Apr 18, 2024
1 parent fa4b396 commit 16dfddc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pages/en/blog/announcements/v22-release-announce.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Contributed by Moshe Atlow [#51912](https://github.com/nodejs/node/pull/51912)
#### Maglev

V8's Maglev Compiler is now enabled by default on supported architectures (<https://v8.dev/blog/maglev>).
Maglev improves CPU performance for short-lived CLI programs.
Maglev improves performance for short-lived CLI programs.
Contributed by Keyhan Vakil in [#51360](https://github.com/nodejs/node/pull/51360)

#### Support require()ing synchronous ESM graphs
Expand All @@ -53,6 +53,7 @@ the module name space object. In this case it is similar to dynamic
directly.
We intend to eventually enable `require(esm)` by default in the future, without
the flag.

Contributed by Joyee Cheung in [#51977](https://github.com/nodejs/node/pull/51977)

#### Running package.json scripts
Expand Down

0 comments on commit 16dfddc

Please sign in to comment.