[llvm-bugs] [Bug 40851] Inline jump tables
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Feb 25 01:07:04 PST 2019
https://bugs.llvm.org/show_bug.cgi?id=40851
Anton Korobeynikov <anton at korobeynikov.info> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
CC| |anton at korobeynikov.info
--- Comment #1 from Anton Korobeynikov <anton at korobeynikov.info> ---
arr is externally visible therefore its contents could be changed. If you'd
change it to "static const", then compiler inlines the function.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20190225/23f5fab2/attachment.html>
More information about the llvm-bugs
mailing list