[Webkit-unassigned] [Bug 70995] The GC should be parallel

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 19:24:51 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=70995





--- Comment #33 from Filip Pizlo <fpizlo at apple.com>  2011-10-31 19:24:51 PST ---

> > > CPU(X86) is better than PLATFORM(MAC) here.
> > 
> > (CPU(X86) || CPU(X86_64)) && OS(UNIX) at least, right?  Or some manner of check for whether the compiler supports GCC-style inline asm?
> 
> Oh, right. This should do the trick: (CPU(X86) || CPU(X86_64)) && (COMPILER(GCC) || COMPILER(CLANG)).

I'll throw COMPILER(CLANG) in there.

Though, oddly, we don't do this in other cases of inline asm - I guess COMPILER(GCC) returns true of clang?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list