| commit | 8c17fbd6c167687fca630b91ba007265e6a9c424 | [log] [tgz] |
|---|---|---|
| author | Danil Malyshev <dmalyshev@accesssoftek.com> | Wed May 16 18:50:11 2012 +0000 |
| committer | Danil Malyshev <dmalyshev@accesssoftek.com> | Wed May 16 18:50:11 2012 +0000 |
| tree | bfa8d9795f4d8b609fcf3b2ea7b9a94be661a284 | |
| parent | f8be8595ae51efcbc566b65b261212d60ccc7a5a [diff] |
Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. It's more flexible for MCJIT tasks, in addition it's provides a invalidation instruction cache for code sections which will be used before JIT code will be executed. llvm-svn: 156933