summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2016-01-11 01:40:11 +0000
committerLang Hames <lhames@gmail.com>2016-01-11 01:40:11 +0000
commit4d0a5a9ec666a229a151f729de09b25efdd2cada (patch)
treecb4ab0b6312fb92b19415a263b59507349248f2e /lldb/packages/Python/lldbsuite/test/python_api
parent9d2cab7742259d526629a2f5ab5de8f89e9a0367 (diff)
downloadbcm5719-llvm-4d0a5a9ec666a229a151f729de09b25efdd2cada.tar.gz
bcm5719-llvm-4d0a5a9ec666a229a151f729de09b25efdd2cada.zip
[Orc] Add support for remote JITing to the ORC API.
This patch adds utilities to ORC for managing a remote JIT target. It consists of: 1. A very primitive RPC system for making calls over a byte-stream. See RPCChannel.h, RPCUtils.h. 2. An RPC API defined in the above system for managing memory, looking up symbols, creating stubs, etc. on a remote target. See OrcRemoteTargetRPCAPI.h. 3. An interface for creating high-level JIT components (memory managers, callback managers, stub managers, etc.) that operate over the RPC API. See OrcRemoteTargetClient.h. 4. A helper class for building servers that can handle the RPC calls. See OrcRemoteTargetServer.h. The system is designed to work neatly with the existing ORC components and functionality. In particular, the ORC callback API (and consequently the CompileOnDemandLayer) is supported, enabling lazy compilation of remote code. Assuming this doesn't trigger any builder failures, a follow-up patch will be committed which tests these utilities by using them to replace LLI's existing remote-JITing demo code. llvm-svn: 257305
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud