[Webkit-unassigned] [Bug 96127] JSC: Fix some llint C++ interpreter bugs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 7 19:22:27 PDT 2012


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





--- Comment #17 from Mark Lam <mark.lam at apple.com>  2012-09-07 19:22:43 PST ---
(In reply to comment #16)
> (In reply to comment #11)
> > Created an attachment (id=162925)
 --> (https://bugs.webkit.org/attachment.cgi?id=162925&action=review) [details] [details]
> > Fixed ASSERT() to be C friendly again. Had to give up on "inline" after all.
> 
> Why did you have to give up on inline?

Because ASSERT() has to be friendly for C code, and I was told that I can't expect the C compiler to support C99.  Didn't want to assume inline is supported as a modifier.

-- 
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