php - Compiler and Interpreter -
how compiler or interpreter using in php. can 1 explain.
you need understand ,
interpretor part of jvm
and jvm has,
- a virtual processor
- 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
Post a Comment