Skip to content
Snippets Groups Projects
Commit 6a8b2ccb authored by rtoy's avatar rtoy
Browse files

With the gencgc write barrier in its own function, we can enable

inlining with Sun C.
parent 97083c55
No related branches found
No related tags found
Loading
...@@ -35,10 +35,7 @@ GENCGC = -DGENCGC ...@@ -35,10 +35,7 @@ GENCGC = -DGENCGC
GC_SRC = gencgc.c GC_SRC = gencgc.c
endif endif
# Sun Studio 11 can't inline the functions in gencgc.c. See CPPFLAGS = -I. -I$(PATH1) -DSOLARIS -DSVR4 $(CC_V8PLUS) $(LINKAGE) $(GENCGC)
# <http://blogs.sun.com/dew/entry/c99_inline_function> for an
# explanation. Hence, we disable inline.
CPPFLAGS = -Dinline= -I. -I$(PATH1) -DSOLARIS -DSVR4 $(CC_V8PLUS) $(LINKAGE) $(GENCGC)
CC = cc -O -xlibmieee CC = cc -O -xlibmieee
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment