public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Daniel Berlin <dberlin@dberlin.org>
To: Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
Cc: gcc@gcc.gnu.org
Subject: Re: [tree-ssa] Garbage collector x bb annotations
Date: Tue, 07 Oct 2003 02:53:00 -0000	[thread overview]
Message-ID: <Pine.LNX.4.56.0310062248240.7635@dberlin.org> (raw)
In-Reply-To: <20031006223141.GA2094@atrey.karlin.mff.cuni.cz>



On Tue, 7 Oct 2003, Zdenek Dvorak wrote:

> Hello,
>
> I have just run into the following problem: dom_children get released by
> ggc_collect call in tree-ssa-pre.

This can only occur if they aren't marked, but are ggc allocated. They
shouldn't be, if they are.

>Allocating them by ggc seems wrong to
> me, since basic block annotations are allocated from obstack and
> invisible to garbage collector.

It is wrong.
They will *always* be collected if this is the case.

It must not show up because we push context before starting our
PRE'ing of expressions, so unless we redo dom children, we'd not collect
them.
>
> Zdenek
>

  reply	other threads:[~2003-10-07  2:53 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-06 22:31 Zdenek Dvorak
2003-10-07  2:53 ` Daniel Berlin [this message]
2003-10-08 13:27 ` Diego Novillo
2003-10-08 13:53   ` Zdenek Dvorak
2003-10-08 14:02     ` Diego Novillo
2003-10-08 14:17     ` Daniel Berlin
2003-10-08 21:30       ` Geoff Keating
2003-10-08 22:34         ` Daniel Berlin
2003-10-08 22:49           ` Geoff Keating
2003-10-09 14:42       ` Zdenek Dvorak
2003-10-08 21:32     ` Geoff Keating
2003-10-08 21:37       ` Zdenek Dvorak
2003-10-08 22:58         ` Geoff Keating
2003-10-08 23:01           ` Daniel Berlin
2003-10-09  0:03             ` David Edelsohn
2003-10-08 23:05           ` Zdenek Dvorak
2003-10-08 23:10             ` Daniel Berlin
2003-10-08 23:12               ` Zdenek Dvorak
2003-10-09  3:31               ` Jeff Sturm
2003-10-08 13:58 S. Bosscher
2003-10-08 14:03 ` Diego Novillo
2003-10-08 14:03 S. Bosscher
2003-10-08 14:19 ` Daniel Berlin

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=Pine.LNX.4.56.0310062248240.7635@dberlin.org \
    --to=dberlin@dberlin.org \
    --cc=gcc@gcc.gnu.org \
    --cc=rakdver@atrey.karlin.mff.cuni.cz \
    /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 read-only IMAP folder(s) and NNTP newsgroup(s).