문제

AFAIK, java stores ints in memory in big-endian format. And my intel processor uses little-endian.

Where does the conversion takes place? Does it take place? How JVM developers settle performance issues?

도움이 되었습니까?

해결책

The JVM running on your Intel stores int as little-endian.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top