File tree Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Expand file tree Collapse file tree 3 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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) {
Original file line number Diff line number Diff line change 1818LOGGER = getLogger (__name__ )
1919LOGGER .setLevel (DEBUG )
2020ROOT_DIR = dirname (abspath (__file__ ))
21- V8_VERSION = "branch-heads/12.4 "
21+ V8_VERSION = "branch-heads/12.6 "
2222
2323
2424def local_path (path = "." ):
You can’t perform that action at this time.
0 commit comments