[Webkit-unassigned] [Bug 207119] Enable offlineasm debug annotations for GCC
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Mar 25 10:57:03 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=207119
--- Comment #22 from Konstantin Tokarev <annulen at yandex.ru> ---
Comment on attachment 394515
--> https://bugs.webkit.org/attachment.cgi?id=394515
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=394515&action=review
> Source/WTF/wtf/Compiler.h:391
> +#define MARKER_SYMBOL(name) void NO_REORDER name(void) { __asm__(""); }
Wouldn't it be enough to define NO_REORDER as empty for non-gcc? Yes clang will be able to move definition of marker, but maybe gdb can be satisfied by having entry point somewhere, not in exact location?
--
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/20200325/d388bb31/attachment-0001.htm>
More information about the webkit-unassigned
mailing list