mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
The caching will not live in LLEE's execve() handler; that's suboptimal.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9890 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -65,14 +65,8 @@ int execve(const char *filename, char *const argv[], char *const envp[])
|
|||||||
free(fileAddr);
|
free(fileAddr);
|
||||||
}
|
}
|
||||||
llvmExecve(realFilename, argv, envp);
|
llvmExecve(realFilename, argv, envp);
|
||||||
} else {
|
}
|
||||||
/*
|
|
||||||
* Not in cache: save translation
|
|
||||||
*/
|
|
||||||
//llvmSaveFile(realFilename, addr, len);
|
|
||||||
//fprintf(stderr, "Cached: '%s'\n", realFilename);
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This is a bytecode file, so execute the JIT with the program and
|
* This is a bytecode file, so execute the JIT with the program and
|
||||||
* parameters.
|
* parameters.
|
||||||
|
Reference in New Issue
Block a user