rev 35 - trunk/arch/ia-32/gc
jimb at sanpietro.red-bean.com
jimb at sanpietro.red-bean.com
Mon Aug 4 06:21:05 CDT 2003
Author: jimb
Date: 2003-08-04 06:21:03 -0500 (Mon, 04 Aug 2003)
New Revision: 35
Added:
trunk/arch/ia-32/gc/gc-map.h
Log:
New arch-specific GC map parameter file.
Added: trunk/arch/ia-32/gc/gc-map.h
===================================================================
--- trunk/arch/ia-32/gc/gc-map.h 2003-08-04 11:20:33 UTC (rev 34)
+++ trunk/arch/ia-32/gc/gc-map.h 2003-08-04 11:21:03 UTC (rev 35)
@@ -0,0 +1,18 @@
+/* gc-map.h --- GC map parameters for the IA-32
+ Jim Blandy <jimb at red-bean.com> --- Aug 2003 */
+
+#ifndef MINOR_ARCH_GC_GC_MAP_H
+#define MINOR_ARCH_GC_GC_MAP_H
+
+/* Provide parameters for "generic-map.h". See that file for
+ details. */
+#define GC_MAP_LOG_OBJECT_ALIGN (3)
+#define GC_MAP_LOG_NUM_GENERATIONS (3)
+#define GC_MAP_LOG_PAGE_SIZE (12)
+#define GC_MAP_FIRST_LEVEL_BITS (10)
+#define GC_MAP_SECOND_LEVEL_BITS (10)
+#define GC_MAP_ADDRESS_BITS (32)
+
+#include "generic-map.h"
+
+#undef /* MINOR_ARCH_GC_GC_MAP_H */
More information about the Minor
mailing list