Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
927bd25c
Commit
927bd25c
authored
Oct 06, 2005
by
John van Groningen
Browse files
#define NEW_APPLY for IA32,
remove #defines for UNBOXED_CLOSURES and U_RECORD_SELECTORS
parent
e83fa490
Changes
2
Hide whitespace changes
Inline
Side-by-side
backendC/CleanCompilerSources/compiledefines.h
View file @
927bd25c
...
...
@@ -2,13 +2,11 @@
#define CLEAN2 1
#define SHORT_CLASS_NAMES
#define U_RECORD_SELECTORS 1
#define REMOVE_UNUSED_FUNCTIONS
#define OPTIMISE_STRICT_RHS_SELECTORS
#define STORE_STRICT_CALL_NODES 1
#define UNBOXED_CLOSURES 1
#undef OBSERVE_ARRAY_SELECTS_IN_PATTERN
#define ABSTRACT_OBJECT 1
/* bug fix */
...
...
@@ -23,6 +21,4 @@
#define STRICT_LISTS 1
#define BOXED_RECORDS 1
#undef NEW_APPLY
#define KARBON
backendC/CleanCompilerSources/system.h
View file @
927bd25c
...
...
@@ -18,6 +18,10 @@
#define _DEBUG_
#if ! (defined (_MAC_) || defined (_SUN_))
# define NEW_APPLY
#endif
#if defined (_MAC_)
# include "mac.h"
#elif defined (_SUN_)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment