David Dovodov

Results 67 comments of David Dovodov

Thank you for thorough investigation! I didn't touch this code for a couple of years already so I can miss something, but what I remember is the global variables (globals,...

> it probably means that jet-live tries to relocate something that it should not relocate? Probably yes, and probably there're some logic errors, so the minimal sample with error would...

That's interesting and could make sense. Thank you very much again, I'll try to investigate it more and probably create some tests that explicitly gets benefit from this flag

Hello. Probably yes, but this project forces you to use some specific compiler and linker flags that affects object files as well, so the compiler for your language should support...

As I mentioned in the readme, this library is not thread safe. I'm not completely understanding your specific case, but I'm sure it won't be thread safe as well because...

Sorry, somehow I missed your question, probably was too busy on my primary work. It's important to note what compiler is used, I noticed that on some gcc versions there're...

Hey! Sorry for the late reply. Looks great, if you mind to create a pr, I would be glad to merge it