Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.995 Beiträge
 
#1

Amibian.js under the hood

  Alt 5. Dez 2018, 23:14
Long gone are the days of interpreted code, modern JavaScript is parsed, tokenized and compiled to bytecodes. These bytecodes are then JIT compiled to real machine-code using state of the art compiler techniques (LLVM). So the Javascript of 2018 is not the Javascript of 2008, radically so!

Weiterlesen...
  Mit Zitat antworten Zitat