search for: exception3

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

Did you mean: exception
2020 Apr 27
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
I was just reading the blog post -- very cool! Regarding Globals construction & destruction: There definitely has been a lot of churn in that area. There will probably be more before LLVM 11 is released, but I can see light at the end of the tunnel. I think the Right Way to run initializers in a JITDylib is to treat it as equivalent to a dlopen operation (with extra allowances for the fact
2020 May 05
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...> as described in my post, but your feedback above got me thinking, and I > could actually come up with a more simple setup without any C++ library > dependency: this new test is simply based on a couple of C++ functions that > are using exceptions. I used the attached lua script "exception3.lua" to > generate the bitcode files and load the corresponding modules [of course I > don't expect you to run lua scripts, but I thought that this could help > understanding the code generation context anyway]. So with that script I > generated the test_func1.bc/test_func2.bc/...
2020 May 06
2
C++ JIT Compiler with LLVM on Windows 10 - part 5
...ur feedback above got me thinking, >>> and I could actually come up with a more simple setup without any C++ >>> library dependency: this new test is simply based on a couple of C++ >>> functions that are using exceptions. I used the attached lua script >>> "exception3.lua" to generate the bitcode files and load the corresponding >>> modules [of course I don't expect you to run lua scripts, but I thought >>> that this could help understanding the code generation context anyway]. So >>> with that script I generated the >>&...