Skip to content
  • Simon Marlow's avatar
    New codegen: do not split proc-points when using the NCG · f1ed6a10
    Simon Marlow authored
    Proc-point splitting is only required by backends that do not support
    having proc-points within a code block (that is, everything except the
    native backend, i.e. LLVM and C).
    
    Not doing proc-point splitting saves some compilation time, and might
    produce slightly better code in some cases.
    f1ed6a10