Commit cb1277e
Revert "Reland "Add ContinuationPreservedEmbedderData builtins to extras binding""
This reverts commit 4fbbc18.
Reason for revert: <Failure on V8 Linux64 GC Stress - custom snapshot
https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux64%20GC%20Stress%20-%20custom%20snapshot/53209/overview
Original change's description:
> Reland "Add ContinuationPreservedEmbedderData builtins to extras binding"
>
> This reverts commit 3695dcc.
>
> Original change's description:
> > This reverts commit 5c1dee6.
> >
> > Reason for revert: https://ci.chromium.org/ui/p/v8/builders/ci/V8%20Linux%20-%20gc%20stress/50009/overview
> >
> > Original change's description:
> > > Add ContinuationPreservedEmbedderData builtins to extras binding
> > >
> > > Node.js and Deno wish to use CPED for AsyncLocalStorage and APM, which
> > > needs a high performance implementation. These builtins allow JavaScript
> > > to handle CPED performantly.
> > >
> > > Change-Id: I7577be80818524baa52791dfce57d442d7c0c933
> > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5638129
> > > Commit-Queue: snek <[email protected]>
> > > Reviewed-by: Darius Mercadier <[email protected]>
> > > Reviewed-by: Leszek Swirski <[email protected]>
> > > Reviewed-by: Nico Hartmann <[email protected]>
> > > Cr-Commit-Position: refs/heads/main@{#94607}
> >
> > Change-Id: Ief390f0b99891c8de83b4c794180440f91cbaf1f
> > No-Presubmit: true
> > No-Tree-Checks: true
> > No-Try: true
> > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5649024
> > Auto-Submit: Shu-yu Guo <[email protected]>
> > Bot-Commit: Rubber Stamper <[email protected]>
> > Commit-Queue: Rubber Stamper <[email protected]>
> > Cr-Commit-Position: refs/heads/main@{#94608}
>
> Change-Id: I9cd53fca555d01552b9459ddb9d0ec6e38a9062b
> Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5659459
> Reviewed-by: Nico Hartmann <[email protected]>
> Reviewed-by: Leszek Swirski <[email protected]>
> Reviewed-by: Darius Mercadier <[email protected]>
> Commit-Queue: snek <[email protected]>
> Cr-Commit-Position: refs/heads/main@{#94811}
Change-Id: Iddaa708082d2467715fe9c4017e0b2426c498ede
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5677044
Bot-Commit: Rubber Stamper <[email protected]>
Commit-Queue: Rezvan Mahdavi Hezaveh <[email protected]>
Auto-Submit: Rezvan Mahdavi Hezaveh <[email protected]>
Owners-Override: Rezvan Mahdavi Hezaveh <[email protected]>
Cr-Commit-Position: refs/heads/main@{#94813}1 parent f19ede4 commit cb1277e
28 files changed
Lines changed: 73 additions & 653 deletions
File tree
- src
- builtins
- compiler
- turboshaft
- d8
- debug
- init
- maglev
- torque
- test/mjsunit
- maglev
- turboshaft
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
| 1320 | + | |
1320 | 1321 | | |
1321 | 1322 | | |
1322 | 1323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | 33 | | |
39 | 34 | | |
40 | 35 | | |
| |||
83 | 78 | | |
84 | 79 | | |
85 | 80 | | |
86 | | - | |
| 81 | + | |
87 | 82 | | |
88 | 83 | | |
89 | 84 | | |
| |||
111 | 106 | | |
112 | 107 | | |
113 | 108 | | |
114 | | - | |
| 109 | + | |
115 | 110 | | |
116 | 111 | | |
117 | 112 | | |
| |||
306 | 301 | | |
307 | 302 | | |
308 | 303 | | |
309 | | - | |
| 304 | + | |
310 | 305 | | |
311 | 306 | | |
312 | 307 | | |
| |||
350 | 345 | | |
351 | 346 | | |
352 | 347 | | |
353 | | - | |
| 348 | + | |
354 | 349 | | |
355 | 350 | | |
356 | 351 | | |
| |||
455 | 450 | | |
456 | 451 | | |
457 | 452 | | |
458 | | - | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | | - | |
464 | | - | |
465 | | - | |
466 | | - | |
467 | | - | |
468 | | - | |
469 | | - | |
470 | | - | |
471 | | - | |
472 | 453 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5189 | 5189 | | |
5190 | 5190 | | |
5191 | 5191 | | |
5192 | | - | |
5193 | | - | |
5194 | | - | |
5195 | | - | |
5196 | | - | |
5197 | | - | |
5198 | 5192 | | |
5199 | 5193 | | |
5200 | 5194 | | |
| |||
8858 | 8852 | | |
8859 | 8853 | | |
8860 | 8854 | | |
8861 | | - | |
8862 | | - | |
8863 | | - | |
8864 | | - | |
8865 | | - | |
8866 | | - | |
8867 | | - | |
8868 | | - | |
8869 | | - | |
8870 | | - | |
8871 | | - | |
8872 | | - | |
8873 | | - | |
8874 | | - | |
8875 | | - | |
8876 | | - | |
8877 | | - | |
8878 | | - | |
8879 | | - | |
8880 | | - | |
8881 | | - | |
8882 | | - | |
8883 | | - | |
8884 | | - | |
8885 | | - | |
8886 | | - | |
8887 | | - | |
8888 | | - | |
8889 | | - | |
8890 | | - | |
8891 | | - | |
8892 | | - | |
8893 | | - | |
8894 | 8855 | | |
8895 | 8856 | | |
8896 | 8857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | 242 | | |
248 | 243 | | |
249 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
433 | | - | |
434 | | - | |
435 | | - | |
436 | | - | |
437 | | - | |
438 | | - | |
439 | | - | |
440 | 432 | | |
441 | 433 | | |
442 | 434 | | |
| |||
542 | 534 | | |
543 | 535 | | |
544 | 536 | | |
545 | | - | |
546 | | - | |
| 537 | + | |
547 | 538 | | |
548 | 539 | | |
549 | 540 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4652 | 4652 | | |
4653 | 4653 | | |
4654 | 4654 | | |
4655 | | - | |
4656 | | - | |
4657 | | - | |
4658 | | - | |
4659 | | - | |
4660 | | - | |
4661 | | - | |
4662 | | - | |
4663 | | - | |
4664 | | - | |
4665 | | - | |
4666 | 4655 | | |
4667 | 4656 | | |
4668 | 4657 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1341 | 1341 | | |
1342 | 1342 | | |
1343 | 1343 | | |
1344 | | - | |
1345 | | - | |
1346 | | - | |
1347 | | - | |
1348 | | - | |
1349 | | - | |
1350 | | - | |
1351 | | - | |
1352 | | - | |
1353 | | - | |
1354 | | - | |
1355 | | - | |
1356 | | - | |
1357 | | - | |
1358 | | - | |
1359 | | - | |
1360 | | - | |
1361 | | - | |
1362 | | - | |
1363 | | - | |
1364 | 1344 | | |
1365 | 1345 | | |
1366 | 1346 | | |
| |||
2220 | 2200 | | |
2221 | 2201 | | |
2222 | 2202 | | |
2223 | | - | |
2224 | | - | |
2225 | | - | |
2226 | | - | |
2227 | | - | |
2228 | | - | |
2229 | | - | |
2230 | | - | |
2231 | | - | |
2232 | | - | |
2233 | | - | |
2234 | | - | |
2235 | 2203 | | |
2236 | 2204 | | |
2237 | 2205 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1218 | 1218 | | |
1219 | 1219 | | |
1220 | 1220 | | |
1221 | | - | |
1222 | | - | |
1223 | | - | |
1224 | | - | |
1225 | | - | |
1226 | 1221 | | |
1227 | 1222 | | |
1228 | 1223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4477 | 4477 | | |
4478 | 4478 | | |
4479 | 4479 | | |
4480 | | - | |
4481 | | - | |
4482 | | - | |
4483 | | - | |
4484 | | - | |
4485 | | - | |
4486 | | - | |
4487 | | - | |
4488 | | - | |
4489 | | - | |
4490 | 4480 | | |
4491 | 4481 | | |
4492 | 4482 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2398 | 2398 | | |
2399 | 2399 | | |
2400 | 2400 | | |
2401 | | - | |
2402 | | - | |
2403 | | - | |
2404 | | - | |
2405 | | - | |
2406 | | - | |
2407 | | - | |
2408 | | - | |
2409 | 2401 | | |
2410 | 2402 | | |
2411 | 2403 | | |
| |||
0 commit comments