Post #3722144
2026-07-10 18:10 UTC
@slava@mathstodon.xyz @zwarich@hachyderm.io in a full-fat JIT implementation, the VM generates monomorphizations on demand. .NET core does a more swift-style thing where specializations are pregenerated for the statically visible uses, and a polymorphic entry point catches the dynamic cases
Replies (0)
No replies.