mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
The caching will not live in LLEE's execve() handler; that's suboptimal.
llvm-svn: 9890
This commit is contained in:
parent
365bda897c
commit
00298d15e4
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user