rts: drop stale mentions of MIN_UPD_SIZE
We used to have MIN_UPD_SIZE macro that describes the minimum reserved size for thunks, so that the thunk can be overwritten in place as indirections or blackholes. However, this macro has not been actually defined or used anywhere since a long time ago; StgThunkHeader already reserves a padding word for this purpose. Hence this patch which drops stale mentions of MIN_UPD_SIZE.
Loading
-
mentioned in commit 0154c525
-
mentioned in commit a1dad64c
-
mentioned in commit 8d9efe4d
-
mentioned in commit 27bdc7c9
-
mentioned in commit ac008a01
-
mentioned in commit 56c91737
-
mentioned in commit ec7d5c5f
-
mentioned in commit 906c949b
-
mentioned in commit 8efa41ba
-
mentioned in commit 61cbcfba
-
mentioned in commit b03bd9b3
-
mentioned in commit 7f672d00
-
mentioned in commit ab2617a4
-
mentioned in commit beab16a9
Please register or sign in to comment