public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug rtl-optimization/78963] [missed optimization] using 3-byte instead of 4-byte variables causes unnecessary work on the stack
       [not found] <bug-78963-4@http.gcc.gnu.org/bugzilla/>
@ 2021-09-14 17:45 ` eyalroz1 at gmx dot com
  0 siblings, 0 replies; only message in thread
From: eyalroz1 at gmx dot com @ 2021-09-14 17:45 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78963

--- Comment #1 from Eyal Rozenberg <eyalroz1 at gmx dot com> ---
... and perhaps I should add that, under certain circumstances, perhaps it
should be possible to just mov four bytes from memory and ignore one of the
bytes. On platforms where access must be aligned that would be more difficult
to support consistently; and there may be end-of-page issues etc. Still, it's
not inconceivable.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-14 17:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-78963-4@http.gcc.gnu.org/bugzilla/>
2021-09-14 17:45 ` [Bug rtl-optimization/78963] [missed optimization] using 3-byte instead of 4-byte variables causes unnecessary work on the stack eyalroz1 at gmx dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).