Commit e9dbc07
[sandbox] Temporarily mark ArrayBufferExtensions as non-managed
There is currently an issue where detaching an ArrayBuffer's extension
can interfere with table compaction and the zapping mechanism of managed
external resources. This CL temporarily disables the managed external
resource mechanism for ArrayBufferExtensions until the best approach for
fixing the issue has been determined.
Bug: chromium:333493383
Change-Id: Ic5b97e4a427032979bfb9d50abd0984172e5f76b
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/5464461
Commit-Queue: Samuel Groß <[email protected]>
Reviewed-by: Michael Lippautz <[email protected]>
Cr-Commit-Position: refs/heads/main@{#93425}1 parent 9b4377f commit e9dbc07
File tree
2 files changed
+5
-3
lines changed- include
- src/sandbox
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
518 | 518 | | |
519 | 519 | | |
520 | 520 | | |
521 | | - | |
522 | | - | |
| 521 | + | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | 525 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
302 | 302 | | |
303 | 303 | | |
304 | 304 | | |
305 | | - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
306 | 308 | | |
307 | 309 | | |
308 | 310 | | |
| |||
0 commit comments