Originally posted by linuxgeex
View Post
What are you talking about?
JIT simply takes codegen plus some optimization passes into the program runtime.
Also it doesn't have unsolvable security problem, the program simply allocates a read-write only mmap first and then writes the generated native binary code to it,
then changes the permission from read + write to executable + read only.
JVM is used in enterprise all the time so I absolutely have no idea what you are saying.
Originally posted by linuxgeex
View Post
It's already used in clouds.
[QUOTE=linuxgeex;n1358343]
The real Panacea is standardised APIS & ABIs + AOT Binary Translation + Thunking.
Well, wasm also supports sandboxing, which also makes it a replacement for docker in some scienarios.
Leave a comment: