Hacker News new | ask | show | jobs
by pjmlp 3664 days ago
So I don't see any benefit to go from possible logical errors to possible logical errors + memory corruption bugs.
1 comments

the benefit is running native ARM code that you can verify vs running slow interpreted code in a black box. Have a look at the SHA-512 implementation in Java Card quoted in the article and it should be fairly obvious why you want to avoid that kind of pain.