Slide 6
Slide 6 text
Opcode caches
• The source code is compiled into a list of instructions,
the opcodes:
• ADD, CONCAT, ASSIGN, …, DECLARE_CLASS, DECLARE_FUNCTION,
DECLARE_INHERITED_CLASS, ADD_INTERFACE, etc.
• Shared memory holds a hashmap map of (file => opcodes) pairs