[Webkit-unassigned] [Bug 207119] Enable offlineasm debug annotations for GCC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Apr 1 09:55:09 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=207119
--- Comment #37 from Angelos Oikonomopoulos <angelos at igalia.com> ---
(In reply to Darin Adler from comment #34)
> Comment on attachment 395039 [details]
> Patch
>
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=395039&action=review
>
> > Source/WTF/wtf/Compiler.h:388
> > +/* NO_REORDER */
> > +#if !defined(NO_REORDER) && COMPILER(GCC)
> > +#define NO_REORDER __attribute__((__no_reorder__))
> > +#endif
>
> Inconsistent to include a comment for NO_REORDER and not on MARKER_SYMBOL.
>
> Also, all the other comments (except for UNUSED_VARIABLE) have blank lines
> after them.
>
> Overkill to define a macro for NO_REORDER and use that macro in only one
> place, also under a COMPILE(GCC) conditional. I would not add this macro.
Thanks. Dropped the NO_REORDER macro (including comment). Should now build properly on windows too.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200401/41cc5bc4/attachment.htm>
More information about the webkit-unassigned
mailing list