search for: wuhuhu

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

2020 Mar 06
2
[ORC JIT] -Resolving cross references in a multi-process scenario
...in "perspective" of the process I mentioned above ("Runtime"). The sections are remapped from the other processes to be correct for "Runtime", also they resolve the undefined references for "Runtime" - like for printf and so on. This works quite well so far! Wuhuhu x3 However, there is one issue about it. Given that those two (or more processes) are now loading modules that reference each other. Like Module A is using a function of Module B - but Module B also uses a function of Module A. How could I resolve those modules when they are loaded from different...
2020 Mar 18
4
[ORC JIT] -Resolving cross references in a multi-process scenario
...t; of the process I mentioned > above ("Runtime"). The sections are remapped from the other processes to be > correct for "Runtime", also they resolve the undefined references for > "Runtime" - like for printf and so on. > > This works quite well so far! Wuhuhu x3 > > > > However, there is one issue about it. Given that those two (or more > processes) are now loading modules that reference each other. Like Module A > is using a function of Module B - but Module B also uses a function of > Module A. How could I resolve those modules wh...