Jesse Meyer
Jesse Meyer
I see that this feature was removed from the 2.1.0 milestone. Has it been pushed to the back burner? My project also would greatly benefit from this.
Is the malloc corruption only repeatable under Linux with LLVM 11?
Please visit us on the discord server for more assistance. The issues page here is for problems with the Odin project.
The ADB logs show: 2019-04-12 11:47:54.153 20602-20703/com. W/CordovaPlugin: Attempted to send a second callback for ID: networkinterface515921729 Result was: "Invalid action" 2019-04-12 11:47:54.155 20602-20703/com. W/CordovaPlugin: Attempted to send a second...
Implementing this should be fairly straight forward since I expect all that really needs to happen is for the compiler to feed the linker a file '.bc' file.. Just a...
Maybe, here are two situations to consider: * .bc would afford Odin essentially LTO=thin for packages built by *any* language targeting LLVM bitcode. Including itself. * May interact favorably with...
Fixed in https://github.com/odin-lang/Odin/commit/53c70da0b83f573d8c1d0572d7a57fd0bac759fc.
At least of commit 1676c643dfd9ef45f2aaa4dfddb69cea4bcf80fc, on LLVM 14.0.6, this causes the following LLVM asserts to fail: ```c++ assert(NumValues == VTs.NumVTs && "NumValues wasn't wide enough for its operands!"); ``` Where...
> The bug only occurs when using `-debug`. Therefore it is fundamentally a bug in LLVM that seems like it is not fixable by our side, even if use `runtime.memset`...
My guess is that https://github.com/odin-lang/Odin/commit/e6ab4f48567175cc192a658fb6d7b067e38912d8 needs to be extended to support memset of non-zero values.