This document summarizes Yusuke Izawa's master's thesis defense on stack hybridization, a mechanism for bridging two compilation strategies - tracing and method-based - in a meta compiler framework. The proposal extends a meta-tracing just-in-time (JIT) compiler to apply different compilation strategies to different parts of a program based on call context. A proof-of-concept implementation in OCaml showed the hybrid approach was about 1.1x faster than a method-based only approach and over 100x faster than a tracing only approach.