Commit fcdf35e
Skip global registration of [Shared]ArrayBuffer backing stores
Previously we needed to register the backing stores globally because
the embedder could create them from a raw pointer. This is no longer
possible after the removal of the old API.
The global backing store registry now keeps track only of wasm memory
backing stores.
Bug: v8:9380
Change-Id: Iffefbf14dcafc1f9ce0dc3613335c754c9cb649a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2763874
Reviewed-by: Andreas Haas <[email protected]>
Commit-Queue: Ulan Degenbaev <[email protected]>
Cr-Commit-Position: refs/heads/master@{#73493}1 parent 63661ce commit fcdf35e
3 files changed
+8
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3785 | 3785 | | |
3786 | 3786 | | |
3787 | 3787 | | |
3788 | | - | |
3789 | 3788 | | |
3790 | 3789 | | |
3791 | 3790 | | |
| |||
3796 | 3795 | | |
3797 | 3796 | | |
3798 | 3797 | | |
3799 | | - | |
3800 | 3798 | | |
3801 | 3799 | | |
3802 | 3800 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
685 | 685 | | |
686 | 686 | | |
687 | 687 | | |
688 | | - | |
689 | | - | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | | - | |
| 688 | + | |
| 689 | + | |
699 | 690 | | |
700 | 691 | | |
701 | 692 | | |
| |||
711 | 702 | | |
712 | 703 | | |
713 | 704 | | |
| 705 | + | |
| 706 | + | |
714 | 707 | | |
715 | 708 | | |
716 | 709 | | |
| |||
722 | 715 | | |
723 | 716 | | |
724 | 717 | | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
729 | | - | |
730 | | - | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | | - | |
737 | | - | |
738 | | - | |
739 | | - | |
740 | | - | |
741 | | - | |
742 | | - | |
743 | | - | |
744 | | - | |
745 | 718 | | |
746 | 719 | | |
747 | 720 | | |
| |||
755 | 728 | | |
756 | 729 | | |
757 | 730 | | |
758 | | - | |
| 731 | + | |
759 | 732 | | |
760 | 733 | | |
761 | 734 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 222 | + | |
| 223 | + | |
226 | 224 | | |
227 | 225 | | |
228 | 226 | | |
229 | 227 | | |
230 | 228 | | |
| 229 | + | |
231 | 230 | | |
232 | 231 | | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | 232 | | |
238 | 233 | | |
239 | 234 | | |
| |||
0 commit comments