Skip to content

Commit 8e91d42

Browse files
goffrieConvex, Inc.
authored andcommitted
Use a custom build of V8 with leaptiering off (#37494)
Work around https://issues.chromium.org/issues/419147069. I built V8 with `GN_ARGS=v8_enable_leaptiering=false` and uploaded the binaries to our fork of rusty_v8. GitOrigin-RevId: bafdbaf7bc847a3891be14e81aabd44352a4f306
1 parent 70df447 commit 8e91d42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.cargo/config.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
[env]
22
CARGO_WORKSPACE_ROOT = { value = "", relative = true }
33
CHRONO_TZ_TIMEZONE_FILTER = "US/Pacific"
4+
# HACK: use custom build with leaptiering off,
5+
# until either https://issues.chromium.org/issues/419147069 is fixed or we can
6+
# turn on pointer compression
7+
RUSTY_V8_MIRROR = "https://github.com/get-convex/rusty_v8/releases/download"
48

59
[target.aarch64-unknown-linux-gnu]
610
rustflags = ["-Ctarget-cpu=neoverse-n1", "-Cforce-frame-pointers=yes"]

0 commit comments

Comments
 (0)