update to 124.0.6367.207

This commit is contained in:
purplerain 2024-05-20 13:42:05 +00:00
parent 687f3acd55
commit fe9bc9d89b
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
958 changed files with 7372 additions and 6231 deletions

View file

@ -1,8 +1,8 @@
Index: v8/src/flags/flags.cc
--- v8/src/flags/flags.cc.orig
+++ v8/src/flags/flags.cc
@@ -12,6 +12,10 @@
#include <iomanip>
@@ -15,6 +15,10 @@
#include <set>
#include <sstream>
+#if V8_OS_OPENBSD
@ -10,9 +10,9 @@ Index: v8/src/flags/flags.cc
+#endif
+
#include "src/base/functional.h"
#include "src/base/logging.h"
#include "src/base/lazy-instance.h"
#include "src/base/platform/platform.h"
@@ -31,7 +35,11 @@
@@ -34,7 +38,11 @@
namespace v8::internal {
// Define {v8_flags}, declared in flags.h.
@ -24,7 +24,7 @@ Index: v8/src/flags/flags.cc
// {v8_flags} needs to be aligned to a memory page, and the size needs to be a
// multiple of a page size. This is required for memory-protection of the memory
@@ -824,6 +832,10 @@ void FlagList::FreezeFlags() {
@@ -789,6 +797,10 @@ void FlagList::FreezeFlags() {
// Note that for string flags we only protect the pointer itself, but not the
// string storage. TODO(12887): Fix this.
base::OS::SetDataReadOnly(&v8_flags, sizeof(v8_flags));