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

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -