Adding mmap for code cache and exposing cache properties.

This commit is contained in:
Ben Vanik
2015-06-16 20:13:39 -07:00
parent c34db170f5
commit 5f33087a12
8 changed files with 80 additions and 13 deletions

View File

@@ -62,6 +62,7 @@ bool X64Backend::Initialize() {
};
code_cache_ = new X64CodeCache();
Backend::code_cache_ = code_cache_;
if (!code_cache_->Initialize()) {
return false;
}