How is Javascript translated to bytecode?

前端 未结 5 1295
滥情空心
滥情空心 2020-12-16 11:30

I can\'t find information on the web how W3C languages compile to machine code. I know that the gap between the web and the processor must be somehow the browser, but how do

5条回答
  •  情歌与酒
    2020-12-16 11:46

    This may help : http://www.ecma-international.org/publications/standards/Ecma-262.htm

    There is no spec for how to translate into bytecode (That is up to the browser developers) but there are specs about how the language should behave

提交回复
热议问题