You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Original commit message:
[execution] Respect isolate stack limit in GetCentralStackView
A stack limit can be set for each v8::Isolate. The limit size can be
greater than the one specified with --stack-size. `Heap::CollectGarbage`
should not crash due to a `CHECK` on `Isolate::IsOnCentralStack()` with
an isolate stack limit.
Refs: nodejs#57114
Fixed: 400996806
Bug: 42202153
Change-Id: I80d0826fcd6a64261b8d745f8f47aa096bc83fb8
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6329659
Commit-Queue: Chengzhong Wu <[email protected]>
Reviewed-by: Jakob Kummerow <[email protected]>
Cr-Commit-Position: refs/heads/main@{#99228}
Refs: v8/v8@c24df23
Co-authored-by: Michaël Zasso <[email protected]>
0 commit comments