Polymorphic Inline Cache is when you cache more than one object->method lookup pair per location in the code.
Ex from the Ruby language:def go(a) a.goendIf you call this with different a parameters then the VM would 'remember' which one goes with which and cache and reuse those.
PIC — or Pic can refer to the following:Technology* Personal Internet Communicator * Pic language (computer image description language) * PIC microcontroller by Microchip, Inc. * PICtor PIC image format * Pixar Image Computer * Plastic identification… … Wikipedia