User Tools

Site Tools


cold_path

cold path - a segment of generated object code that is executed only rarely or in exceptional cases (e.g., code within a catch block); such exceptional code is sometimes relegated to physically separate locations in memory so as to eliminate any added runtime cost associated with its existence (e.g., zero-cost-exception model). noexcept Specifier (1103)” (EMCppSfe 2021)

Contrast with hot path.

cold_path.txt · Last modified: 2024/04/28 03:34 by 127.0.0.1