Hacker News new | ask | show | jobs
by pjmlp 3604 days ago
Some JVM implementations convert objects into value types if they are final POJOs e.g. Point with X/Y accessors, Azul does this I think, but most likely it won't work for list like structures.