Skip to content

Commit 6da57d1

Browse files
authored
Upgrade to V8 12.6 from 12.4 (#70)
1 parent 7ec0415 commit 6da57d1

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History
22

3+
## 0.12.4 (2024-06-16)
4+
5+
- Upgrade to V8 12.6 from 12.4.
6+
37
## 0.12.3 (2024-05-25)
48

59
- Fix potential hang if JavaScript calls a function produced by `wrap_py_function` while

helpers/split-threshold-for-reg-with-hint.patch

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
--- build/config/compiler/BUILD.gn.orig 2024-03-04 19:20:42.461477378 -0500
2-
+++ build/config/compiler/BUILD.gn 2024-03-04 19:20:49.953492009 -0500
3-
@@ -621,7 +621,7 @@
4-
# TODO(crbug.com/1488374): This causes binary size growth and potentially
1+
--- build/config/compiler/BUILD.gn.orig 2024-06-15 12:35:34.335313711 -0400
2+
+++ build/config/compiler/BUILD.gn 2024-06-15 12:36:00.967346881 -0400
3+
@@ -571,7 +571,7 @@
4+
# TODO(crbug.com/40283598): This causes binary size growth and potentially
55
# other problems.
6-
# TODO(crbug.com/1491036): This isn't supported by Cronet's mainline llvm version.
6+
# TODO(crbug.com/40284925): This isn't supported by Cronet's mainline llvm version.
77
- if (default_toolchain != "//build/toolchain/cros:target" &&
88
+ if (false && default_toolchain != "//build/toolchain/cros:target" &&
99
!llvm_android_mainline) {

helpers/v8_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
LOGGER = getLogger(__name__)
1919
LOGGER.setLevel(DEBUG)
2020
ROOT_DIR = dirname(abspath(__file__))
21-
V8_VERSION = "branch-heads/12.4"
21+
V8_VERSION = "branch-heads/12.6"
2222

2323

2424
def local_path(path="."):

0 commit comments

Comments
 (0)