From: <Joe...@t-...> - 2017-11-14 13:00:14
|
Hi, In commit: Find good parameters for using TYPECODES model, for each platform. + #if defined(UNIX_NETBSD) && defined(SPARC64) /* NetBSD/sparc64 */ + #define TYPECODES_WITH_TRIVIALMAP_WORKS ? + #endif + #if defined(UNIX_NETBSD) && defined(SPARC64) /* NetBSD/sparc64 */ + #define TYPECODES_WITH_MALLOC_WORKS ? + #endif What's this '?' Likewise in: Record whether GENERIC64C_HEAPCODES works. + #if defined(UNIX_NETBSD) && defined(SPARC64) /* NetBSD/sparc64 */ + #define GENERIC64C_HEAPCODES_WORKS ? + #endif Jörg |