David Benoit
David Benoit
In reference to #22, I think the optimization implications of generics should be discussed here. Depending on implementation, generic forms would either produce runtime overhead when dispatching to non-generic operations,...
I think genericness may not be mutually exclusive with expressiveness. Consider Rust, which has the `mut` keyword as a modifier property of types. In such a schema, `mutable-string` is equivalent...
@rocketnia I think the concern over performance of generics is well-founded, and is something we should discuss in the generics RFC. Performance impact may or may not be possible to...
As a workaround, `define-inline-ffi` can be used in almost every circumstance to create wrappers around libraries which break `define-dynamic-ffi`.
To clarify, this is a scratch build of the unix source release `racket-6.9-src.tgz`.
@gus-massa After comparing the amount of memory allotted to the build environments of the passing vs. failing architectures, I think you might be correct. I have no way to test...
Hey! I reopened this because I would like to enable support for Racket on 32-bit arm in Fedora. When trying to build Racket 7.2 I get the same issue as...
Definitely!
I'm still getting consistent failures on 32 bit arm, but in a different place once the patch is applied. I've hit segfaults due to low memory before on the arm...
@samth @pmatos That looks like the issue I'm seeing then. That means I may not be able to test 32 bit arm much further in our build system. Shall we...