search for: testsym

Displaying 2 results from an estimated 2 matches for "testsym".

2020 Oct 01
2
ORC JIT - different behaviour of ExecutionSession.lookup?
...king take care of the rest. Anybody issuing a query looking for "A" or "B" to be ready will find that their query doesn't return until both symbols are fully-materialized and safe to access. (2) Update the JIT state using your MaterializationResponsibility object: if (auto TestSym = ES.lookup({&PlanschiJD}, ES.intern("test")), SymbolState::Resolved) { // Tell the JIT that the address of PlanschiTest is the same // as the address of "test" in the Planschi JITDylib. MR.notifyResolved({ { ES.intern("Planschi_test"), JITEvalu...
2020 Sep 30
2
ORC JIT - different behaviour of ExecutionSession.lookup?
Hey Lang, > Do you mean that the object file is produced by another process and is being loaded into your JIT process for execution, or that you want your JIT to produce code for several different processes? These are different problems with different solutions. I'll wait until I understand your use case to answer further. In the current state we don’t have a JIT only an handcrafted object