Skip to content

Commit

Permalink
Use Immix by default
Browse files Browse the repository at this point in the history
  • Loading branch information
udesou committed Jan 18, 2025
1 parent 4313103 commit 7cb8a7b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 235 deletions.
9 changes: 1 addition & 8 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ WITH_GC_VERIFY := 0
WITH_GC_DEBUG_ENV := 0

# Use stock if MMTK_PLAN hasn't been defined
MMTK_PLAN ?= None
MMTK_PLAN ?= Immix

# Enable DTrace support
WITH_DTRACE := 0
Expand Down Expand Up @@ -1426,13 +1426,6 @@ $(error "Attempting to build OpenBLAS or SuiteSparse without a functioning fortr
endif
endif

ifneq (${MMTK_PLAN},None)
# We still need some .h files from mmtk when
# building Julia using the BinaryBuilder
ifeq ($(USE_BINARYBUILDER_MMTK_JULIA),1)
MMTK_API_INC=$(JULIAHOME)/deps/mmtk/
endif
endif

# OS specific stuff

Expand Down
113 changes: 0 additions & 113 deletions deps/mmtk/mmtk.h

This file was deleted.

114 changes: 0 additions & 114 deletions deps/mmtk/mmtkMutator.h

This file was deleted.

0 comments on commit 7cb8a7b

Please sign in to comment.