Juan M. Bello-Rivas

Results 22 comments of Juan M. Bello-Rivas

Hi, thanks for your interest. This is certainly possible but I cannot give you a concrete timeline for it yet.

Yes, this appears to be reasonably straight-forward. I'll get back to you soon. On 08/07/2015 02:03 PM, Gianfranco Costamagna wrote: > Hi, you might want to use 2to3 to port...

Thank you for your interest and for packaging Halberd. I currently don't have time to do active development on the program but I'd be willing to review and merge a...

I had the same problem as @cook-1229 on Ubuntu 20.04.3 and got past that problem thanks to `Trilinos_EXTRA_LINK_FLAGS`.

Alternatively, we could catch the error signaled by `malloc` when memory runs out and trigger a full garbage collection then. The disadvantage of this approach is that the system may...

Thank you for your insight into qvm-app-ng, @appleby. Do you think restricting the pool just to foreign allocations (i.e., persisting/recyclable across requests) is viable in the new qvm-app?

I'm still advocating for a Rigetti-specific version of the lisp-critic.

At least the constant `MAP_FAILED` is not present in the `SB-POSIX` package, so in principle it doesn't seem like eliminating the grovelling step entirely is feasible. However, it should be...

Something we might want to keep in mind is how changes in the memory management of our code interact with ECL. Also, @stylewarning pointed out to me recently that there...