[llvm-commits] [llvm] r77023 - /llvm/trunk/include/llvm/Support/MemoryObject.h
Nick Lewycky
nicholas at mxc.ca
Fri Jul 24 21:08:18 PDT 2009
Sean Callanan wrote:
> Author: spyffe
> Date: Fri Jul 24 19:30:51 2009
> New Revision: 77023
>
> URL: http://llvm.org/viewvc/llvm-project?rev=77023&view=rev
> Log:
> MemoryObject - Abstract base class for contiguous addressable memory.
> Necessary for cases in which the memory is in another process, in a
> file, or on a remote machine.
>
> The primary use for this is the llvm-mc disassemblers, so that they
> can be targeted at arbitrary objects, not just in-process memory.
What's wrong with MemoryBuffer? Also, what does the JIT currently use?
Nick
More information about the llvm-commits
mailing list