summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2018-07-26 17:19:54 -0400
committerBen Gamari <ben@smart-cactus.org>2018-09-13 13:44:31 -0400
commitc15d44f8b3f00bfe152c2f9d3c6f60efd204fb23 (patch)
tree7328e6dc0da9d36dfb7d334baa0fab6a5ee618ee /includes
parent279d69d31f9ca3c36237f0fe6b415090cf21f52a (diff)
downloadhaskell-c15d44f8b3f00bfe152c2f9d3c6f60efd204fb23.tar.gz
Revert "Disable the SRT offset optimisation on MachO platforms"
This reverts commit bf10456edaa03dc010821cd4c3d9f49cb11d89da.
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/storage/InfoTables.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/includes/rts/storage/InfoTables.h b/includes/rts/storage/InfoTables.h
index db50d1613b..137cfe2a1e 100644
--- a/includes/rts/storage/InfoTables.h
+++ b/includes/rts/storage/InfoTables.h
@@ -156,9 +156,6 @@ typedef union {
#if defined(x86_64_TARGET_ARCH) && defined(TABLES_NEXT_TO_CODE)
// On x86_64 we can fit a pointer offset in half a word, so put the SRT offset
// in the info->srt field directly.
-//
-// See the section "Referring to an SRT from the info table" in
-// Note [SRTs] in CmmBuildInfoTables.hs
#define USE_INLINE_SRT_FIELD
#endif