ArachnidAbby
ArachnidAbby
> There is a difference between compilation and linking - you can compile a function that calls functions defined in other translation units - at compilation time the compiler doesn't...
All the tests passed!!! Macos now compiles. I had to add an option when creating the target machine. The option is called `force_elf` and just adds `-elf` onto the end...
@gmarkall Hey. Just making sure you saw my original questions.
> BTW, I'd suggest it's probably not worth a squash right now, since we'll end up adding more history through the review process, I expect. Instead let's get this fixed...
Hey, I was wondering how long the process of review takes (not trying to rush you, just genuinely curious) . Also, are there any other steps I need to take...
So yesterday I decided to use the new lld functionality on my current project (which uses llvmlite). Once I implemented the few lines of code needed, I found that lld...
Hey, I can take the time to resolve these conflicts if you want. That way it remains up-to-date. Just respond if you want me to do that
> Are you having memory or performance issues when using llvmlite? I'm concerned that adding `__slots__` might break use cases where additional attributes are attached to instances, and add additional...
If they arent currently going to update this package I may try to take a stab at this myself and then submit a pull request. If that doesnt get accepted...
@el-dee thanks for the response and information. oh also: Thanks for making this package!