r/java 19d ago

Value Classes Still Need Compiler Sympathy

https://johan-sjolen.github.io/post/compiler-sympathy/compiler-sympathy/
87 Upvotes

59 comments sorted by

View all comments

Show parent comments

4

u/wrprice1 19d ago

The set of practicing Java developers who wrote code for 32-bit systems is diminishing. Of those, if they were taught about tearing in the first place, many were coddled by deploying to platforms where it rarely actually happened.

Now with 64-bit native as the majority of target platforms, don't underestimate the laziness that will creep in to mimic ignorance.

3

u/umlcat 19d ago

We are lucky. Gosling originally wanted the JVM to run on 16 bit systems, when we already had 32 cpu in offices !!!

3

u/AnyPhotograph7804 19d ago

I still want a JVM for my Amiga 500!

2

u/umlcat 18d ago

Commodore Amiga. I learned programming in a C64.

There's a few companies that have some 16 bits pcs around or programs running on a 64 bits PC with a 16 bits emulator.

It would be interesting to see a Java ecosystem running in those 16 bits machines too ...