search for: optimizelay

Displaying 3 results from an estimated 3 matches for "optimizelay".

Did you mean: optimizelayer
2017 Sep 22
2
Question regarding GlobalMappingLayer in LLVM 5
...the same "logical dylib". // Lambda 2: Search for external symbols in the host process. auto Resolver = createLambdaResolver( [&](const std::string &Name) { if (auto Sym = OptimizeLayer.findSymbol(Name, false)) return Sym; return JITSymbol(nullptr); }, [](const std::string &Name) {...
2017 Sep 28
0
Question regarding GlobalMappingLayer in LLVM 5
...// Lambda 2: Search for external symbols in the host process. > > auto Resolver = createLambdaResolver( > > [&](const std::string &Name) > { > > if (auto Sym = > OptimizeLayer.findSymbol(Name, false)) > > return Sym; > > return JITSymbol(nullptr); > > }, > > [](c...
2018 Nov 05
2
ORC JIT api, object files and stackmaps
Hi Christian Your use case seems to have similar requirements as remote JITing in ORC. So far I haven't used that part myself and I am sure Lang can tell you much more about it. However, this comment on the RemoteObjectClientLayer class sounds promising for your questions (1) and (2): /// Sending relocatable objects to the server (rather than fully relocated /// bits) allows JIT'd code