Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use cross to compile mmtk-v8 #71

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix cargo fmt. Update v8 version.
qinsoon committed Sep 13, 2022
commit 12f6470b2b6c51efddbb0fe160222f812cf612e5
2 changes: 1 addition & 1 deletion mmtk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
lto = true

[package.metadata.v8]
v8_version = "191b637f28c0e2c6ca5f2d6ac89377039a754337"
v8_version = "bc0e7c8722b81d92fe3c2e35da5457c25574e07e"
depot_tools_version = "b674278ce71b2ee683b8b0c98c9a64152988ecdb"

[dependencies]
2 changes: 1 addition & 1 deletion mmtk/src/scanning.rs
Original file line number Diff line number Diff line change
@@ -4,8 +4,8 @@ use mmtk::vm::EdgeVisitor;
use mmtk::vm::RootsWorkFactory;
use mmtk::vm::Scanning;
use mmtk::Mutator;
use V8;
use V8Edge;
use V8;

pub struct VMScanning {}