blob: 5c271862dc50ec98c172afdc1c974ce4e2ab7195 [file] [log] [blame]
//===--------- MutatorThread.cpp - Thread for GC --------------------------===//
//
// The VMKit project
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
#include "MutatorThread.h"
#include "MvmGC.h"
using namespace mvm;