X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fmain%2FConstants.lhs;fp=compiler%2Fmain%2FConstants.lhs;h=4f13af8828a0329325df49b66f2ed3c8b4c80424;hp=2d72df2710c712fa9aaac584562371f0bc7c6ef4;hb=dc8ffcb9797ade3e3a68e6ec0a89fe2e7444e0ef;hpb=6e9450db95482a72b2c9659ab0e9324260aa3f56 diff --git a/compiler/main/Constants.lhs b/compiler/main/Constants.lhs index 2d72df2..4f13af8 100644 --- a/compiler/main/Constants.lhs +++ b/compiler/main/Constants.lhs @@ -79,16 +79,6 @@ pROF_HDR_SIZE = (PROF_HDR_SIZE :: Int) gRAN_HDR_SIZE = (GRAN_HDR_SIZE :: Int) \end{code} -Info Table sizes. - -\begin{code} -sTD_ITBL_SIZE = (STD_ITBL_SIZE :: Int) -rET_ITBL_SIZE = (RET_ITBL_SIZE :: Int) -pROF_ITBL_SIZE = (PROF_ITBL_SIZE :: Int) -gRAN_ITBL_SIZE = (GRAN_ITBL_SIZE :: Int) -tICKY_ITBL_SIZE = (TICKY_ITBL_SIZE :: Int) -\end{code} - Size of a double in StgWords. \begin{code}