| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 1ba2000 commit 971b9f3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -5361,6 +5361,10 @@ added: v8.2.0 | |||
| 5361 | 5361 | <!-- YAML | |
| 5362 | 5362 | added: v8.2.0 | |
| 5363 | 5363 | changes: | |
| 5364 | + - version: v22.0.0 | ||
| 5365 | + pr-url: https://github.com/nodejs/node/pull/52465 | ||
| 5366 | + description: Value is changed to 2<sup>53</sup> - 1 on 64-bit | ||
| 5367 | + architectures. | ||
| 5364 | 5368 | - version: v15.0.0 | |
| 5365 | 5369 | pr-url: https://github.com/nodejs/node/pull/35415 | |
| 5366 | 5370 | description: Value is changed to 2<sup>32</sup> on 64-bit | |
@@ -5376,7 +5380,7 @@ changes: | |||
| 5376 | 5380 | On 32-bit architectures, this value currently is 2<sup>30</sup> - 1 (about 1 | |
| 5377 | 5381 | GiB). | |
| 5378 | 5382 | ||
| 5379 | - On 64-bit architectures, this value currently is 2<sup>32</sup> (about 4 GiB). | ||
| 5383 | + On 64-bit architectures, this value currently is 2<sup>53</sup> - 1 (about 8 PiB). | ||
| 5380 | 5384 | ||
| 5381 | 5385 | It reflects [`v8::TypedArray::kMaxLength`][] under the hood. | |
| 5382 | 5386 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments