php - Compiler and Interpreter -


how compiler or interpreter using in php. can 1 explain.

you need understand ,

interpretor part of jvm

and jvm has,

  1. a virtual processor
  2. just-in-time(jit) compiler

which interpretor doesnt have.

what both ,

jvm: it specification provides runtime environment in java bytecode can executed.

interpreter: read bytecode stream execute instructions.


Comments

Popular posts from this blog

command line - Use qwinsta in PowerShell ISE -

java - Incorrect order of records in M-M relationship in hibernate -

Python website log in: BIG-IP can not find session information in the request -