Displaying 1 result from an estimated 1 matches for "planschbecken".
2018 May 25
0
[JIT] Cross references
...uot;Becken.bc" has also an external variable which will be found in "
Plansch.bc"
They cross reference each other.
As I understand - the ExecutionEngine will easily merge those files and
resolve them as one big file.
So "Plansch.bc" and "Becken.bc" will be "Planschbecken.bc"
That's cool! But what if I don't want that to happen? I want to load "
Plansch.bc" and "Becken.bc" to their own memory addresses but also want to
cross-reference them.
I thought:
First I load "Plansch.bc". Then the ExecutionEngine will get an undefi...