Hacker News new | ask | show | jobs
V8's Ignition and TurboFan pipeline: can we finally compile js – bytecode – vm?
1 points by brlebtag 3313 days ago
Javascript is no longer a toy language and now it reaches beyond the browser environment. But, as a developer, I fear shipping my code because it can be easily seen and copied. I wish there was something equivalent to Java's bytecode in JS. I know there are some alternatives, but I don't feel confident about them.