Skip to content

Commit 16dfddc

Browse files
fix: remove CPU perf
1 parent fa4b396 commit 16dfddc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/en/blog/announcements/v22-release-announce.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Contributed by Moshe Atlow [#51912](https://github.com/nodejs/node/pull/51912)
3333
#### Maglev
3434

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

3939
#### Support require()ing synchronous ESM graphs
@@ -53,6 +53,7 @@ the module name space object. In this case it is similar to dynamic
5353
directly.
5454
We intend to eventually enable `require(esm)` by default in the future, without
5555
the flag.
56+
5657
Contributed by Joyee Cheung in [#51977](https://github.com/nodejs/node/pull/51977)
5758

5859
#### Running package.json scripts

0 commit comments

Comments
 (0)