Graham✈️✈️
Graham✈️✈️
**Use gearman port by default**. The synopsis here: https://metacpan.org/pod/AnyEvent::Gearman#SYNOPSIS implies that you can use a explicit port (x.x.x.x:port) or implicitly without a port (x.x.x.x), presumably with the default port. This...
An ->address method could potentially be added to FFI::Raw::Callback to get the real function pointer address, but then you loose some of the safety benefit of having an object that...
I can find the module Alien::Build: https://metacpan.org/pod/Alien::Build and the dist is listed on the search: https://metacpan.org/search?q=Alien%3A%3ABuild but the dist also 404s: https://metacpan.org/release/Alien-Build
@oalders not 100% sure, but I think you meant to add AB 2.25 to #2306. (that is, this may be a dupe of #2306).
This would be helpful in Perl as well. Is there a related issue for the C api in wasmtime?
Thanks, I was not aware of `ppidump`, I can try that in the future. I agree that this looks like a `PPI` issue, assuming it really is a bug, so...
I discovered dyncall from looking at the Perl 6 source. You can correct me if I am wrong, but I think both dyncall and libffi are supported, the original was...
> It looks like libffi's latest release is 3.4.2 from Jun 2021, if that makes a difference. Yes some of the commentary here is out of date, but I still...
Attaching a function does lock some data structures into memory, which does appear as a memory leak. There is a trade off between memory usage and the increased speed of...
I think I might be able to improve the situation with attach too.