Scalar Replacement

Turkish equivalent: Skaler değiştirmeDomain: Java and JVM

A compiler optimization that replaces an object allocation with its individual fields when escape analysis proves the object need not exist as a materialized heap object.

  • Escape Analysis
  • Allocation
  • Garbage Collection
  • Just-In-Time Compilation