You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge only with mmtk/julia#5.
- Correct prototype for `run_finalizer`.
- Remove `jl_mmtk_gc_alloc_default_llvm`, no longer needed.
- Remove calls to `gc_time_mallocd_array_*`, only needed with `GC_TIME`.
- Remove call to `verify_parent1`, only needed with `GC_VERIFY`.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ To build Julia with MMTk, create a `Make.user` file in the top-level directory o
19
19
20
20
```
21
21
export MMTK_BUILD=release # or debug depending on how you build the Rust binding
22
-
export MMTK_JULIA_DIR=<path-to-mmtk-julia>/mmtk
22
+
export MMTK_JULIA_DIR=<path-to-mmtk-julia>
23
23
```
24
24
25
25
Before building Julia, build the Rust binding in `mmtk-julia/mmtk`. Note that we currently support either immix or marksweep implementations in mmtk-core (build it with `cargo build --features immix # or marksweep`). To build Julia, navigate to `/vm/julia` and run `make` (or `make debug`). Please also make sure to install any dependency considering any particular requirement from both [Julia](https://github.com/JuliaLang/julia/blob/master/doc/src/devdocs/build/build.md#required-build-tools-and-external-libraries) and [MMTk](https://github.com/mmtk/mmtk-core#requirements).
0 commit comments