X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FRtsFlags.h;h=4a37d48fd41d57d657d7b397a3bd3321efbb703c;hb=4684f7171ca9c84d96dce484c8c37c85c77942c0;hp=a4c6d9ba58bb45ceecb16d4f8847f92f392253dc;hpb=33a84b8c79f0ccd2400996a0e571b0659d4c16ed;p=ghc-hetmet.git diff --git a/ghc/includes/RtsFlags.h b/ghc/includes/RtsFlags.h index a4c6d9b..4a37d48 100644 --- a/ghc/includes/RtsFlags.h +++ b/ghc/includes/RtsFlags.h @@ -62,6 +62,7 @@ struct DEBUG_FLAGS { rtsBool linker; /* 'l' the object linker */ rtsBool apply; /* 'a' */ rtsBool stm; /* 'm' */ + rtsBool squeeze; /* 'z' stack squeezing & lazy blackholing */ }; struct COST_CENTRE_FLAGS {