mirrored from https://chromium.googlesource.com/v8/v8.git
-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Reland "[cfi] WritableJit* objects don't act as a write scope…
… anymore"" This reverts commit e5f8886. Reason for revert: Suspected for failure of https://crrev.com/c/6052904. Original change's description: > Reland "[cfi] WritableJit* objects don't act as a write scope anymore" > > This is a reland of commit 867eb8b > > Clean reland. The fixes were submitted separately in these two CLs: > * crrev.com/c/6039247 > * crrev.com/c/6044140 > > Original change's description: > > [cfi] WritableJit* objects don't act as a write scope anymore > > > > Enable the enforce_write_api by default for all JIT writer classes. With > > this change, the objects will not act as write scopes in debug builds > > anymore and require all writes to go through the corresponding writer > > methods. > > > > Bug: 42203297 > > Change-Id: I68d5c8300874505ac0ea76f7ae949fdb06bc1057 > > Cq-Include-Trybots: luci.v8.try:v8_linux64_pku_dbg,v8_linux64_pku_rel > > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6038840 > > Reviewed-by: Clemens Backes <[email protected]> > > Commit-Queue: Stephen Röttger <[email protected]> > > Reviewed-by: Samuel Groß <[email protected]> > > Cr-Commit-Position: refs/heads/main@{#97348} > > Bug: 42203297 > Change-Id: I50e1f07fce6d2561defd12bfe37f6f02606876da > Cq-Include-Trybots: luci.v8.try:v8_linux64_pku_dbg,v8_linux64_pku_rel > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6044122 > Reviewed-by: Clemens Backes <[email protected]> > Commit-Queue: Stephen Röttger <[email protected]> > Cr-Commit-Position: refs/heads/main@{#97414} Bug: 42203297 Change-Id: Id1e4334683cbe335ee9426014afddbd1e1ee23f8 Cq-Include-Trybots: luci.v8.try:v8_linux64_pku_dbg,v8_linux64_pku_rel Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/6048808 Reviewed-by: Stephen Röttger <[email protected]> Commit-Queue: Stephen Röttger <[email protected]> Auto-Submit: Manos Koukoutos <[email protected]> Bot-Commit: Rubber Stamper <[email protected]> Commit-Queue: Rubber Stamper <[email protected]> Cr-Commit-Position: refs/heads/main@{#97437}
- Loading branch information
Showing
10 changed files
with
101 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.