9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ryan Gonzalez <rymg19@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>,
	Charles Forsyth <charles.forsyth@gmail.com>
Subject: Re: [9fans] make passive aggressive gcc
Date: Mon, 15 Jun 2015 09:41:58 -0500	[thread overview]
Message-ID: <A7D23A47-2855-4614-AC54-FBE66DBE61FE@gmail.com> (raw)
In-Reply-To: <CAOw7k5joyX1PRd9VZWogANFN1i8oBsvmsqJHh+TuSSKuXxjFZA@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1025 bytes --]

Ugh, I know. It caused Judy arrays to segfault a lot.

>From my personal experience, Clang does *not* have this problem.


On June 15, 2015 3:21:56 AM CDT, Charles Forsyth <charles.forsyth@gmail.com> wrote:
>If you're using gcc 4.8.2 to compile ... anything, really ... but
>certainly
>Plan 9 or Inferno components,
>and those use for loops with arrays, be sure to include the compilation
>options
>-fno-strict-aliasing\
>-fno-aggressive-loop-optimizations\
>and it will save you some time and effort.
>It will save compilation time (not that you'll notice with that
>sluggard)
>because it won't
>fuss even more with your program, and it will save effort, because you
>won't have
>to debug simple loops that have bounds changed, are removed completely,
>or
>otherwise wrecked.
>You can find discussions of it elsewhere (which is how I found compiler
>options to stop it).
>I'd forgotten all about it until it surfaced again.

-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

[-- Attachment #2: Type: text/html, Size: 1496 bytes --]

  parent reply	other threads:[~2015-06-15 14:41 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-15  8:21 Charles Forsyth
2015-06-15 13:41 ` Ethan Grammatikidis
2015-06-15 14:56   ` Siarhei Zirukin
2015-06-15 15:37     ` Ethan Grammatikidis
2015-06-15 16:05     ` dexen deVries
2015-06-15 14:41 ` Ryan Gonzalez [this message]
2015-06-15 23:06 ` [9fans] Wildly off-topic Andrew Simmons
2015-06-15 23:15   ` Ryan Gonzalez
2015-06-15 23:22   ` Bakul Shah
2015-06-16  3:35     ` Ramakrishnan Muthukrishnan
2015-06-15 23:39   ` Kurt H Maier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=A7D23A47-2855-4614-AC54-FBE66DBE61FE@gmail.com \
    --to=rymg19@gmail.com \
    --cc=9fans@9fans.net \
    --cc=charles.forsyth@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).