search for: eleftherio

Displaying 7 results from an estimated 7 matches for "eleftherio".

Did you mean: eleftherios
2016 Jun 04
2
LLVMLinkModules2() C-API question
...though LLVMLinkModules2() function returns success, Module B is lacking structs and functions that were defined in the CommonModule. I am probably doing this the wrong way and am missing something obvious. Any tips on how to do this the right way? Thanks in advance! --- Best Regards, Lefteris(Eleftherios) Karapetsas About me: My Website <http://lefteris.refu.co> Keep in touch: Twitter <https://twitter.com/LefterisJP>, Github <https://github.com/LefterisJP>, Blog <http://blog.refu.co> -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:/...
2018 May 29
1
Inline constant std::function parameter
...have not looked at the gritty details of the clang implementation, so I could be way off. Anybody willing to step in and fill the blanks would be appreciated. Regards, Lef > On May 29, 2018, at 2:53 PM, Friedman, Eli <efriedma at codeaurora.org> wrote: > > On 5/29/2018 10:52 AM, Eleftherios Ioannidis via llvm-dev wrote: >> However that doesn't seem to be the case, does the inliner not get triggered if the functions are passed as objects (std::function) or am I using the wrong `opt` invokation? > > In general, the inliner can only inline direct function calls (not vir...
2015 Jun 11
2
[LLVMdev] Question about usage of LLVMLinkModules()
...was a linkage conflict between the modules. There were some global types that I was declaring in both modules. After removing them, linking worked perfectly. Still it's a mystery why I got no error string pointing me to the reason the linking failed in the first place. Best Regards, Lefteris(Eleftherios) Karapetsas Click here <http://lefteris.refu.co> for my CV/portfolio website <http://lefteris.refu.co> Also maintain a blog <http://blog.refu.co>on various topics, mostly engineering On Thu, Jun 11, 2015 at 6:41 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wr...
2018 May 29
0
Inline constant std::function parameter
On 5/29/2018 10:52 AM, Eleftherios Ioannidis via llvm-dev wrote: > However that doesn't seem to be the case, does the inliner not get triggered if the functions are passed as objects (std::function) or am I using the wrong `opt` invokation? In general, the inliner can only inline direct function calls (not virtual calls, o...
2018 May 29
2
Inline constant std::function parameter
Hey LLVM-dev, I'm trying to inline the following C++ code: __attribute__((always_inline)) static void inline compose(const char* s, std::function<void(const char *)> f) { std::cout << s << std::endl; f(s); } // --------------- Main --------------- int main() { // Nest three things compose("hello world", [](const
2015 Jun 08
3
[LLVMdev] Question about usage of LLVMLinkModules()
...above may be a really naive mistake, and that my whole approach may be wrong. This is why I would appreciate any links to tutorials/documents which would show the proper way to link 2 modules or some good old simple advice tips from any of you guys. Thank you for your time. Best Regards, Lefteris(Eleftherios) Karapetsas Click here <http://lefteris.refu.co> for my CV/portfolio website <http://lefteris.refu.co> Also maintain a blog <http://blog.refu.co>on various topics, mostly engineering -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lis...
2003 Sep 14
1
Chinese optical character recognition
Hello! I'm interested in getting a Chinese optical character recognition program to run under wine. http://www.twinbridge.com/Products/SharpEye/ocr.html According to the web site, it may run on Windows 95 as well as the old Windows 3. Is it therefore safe to assume that it will run under wine? Surely it should be able to handle anything that can run on Windows 3 right? Any advice will