public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jan Hubicka <jh@suse.cz>
To: Anthony Green <green@redhat.com>
Cc: "Gcc@Gcc. Gnu. Org" <gcc@gcc.gnu.org>,
	"Java@Gcc. Gnu. Org" <java@gcc.gnu.org>
Subject: Re: basic block reordering + java
Date: Sat, 22 Sep 2001 08:43:00 -0000	[thread overview]
Message-ID: <20010922174345.F26663@atrey.karlin.mff.cuni.cz> (raw)
In-Reply-To: <005601c142aa$039ed920$5be6b4cd@cygnus.com>

> With basic block reordering, we often see code from gcj that ends in...
> 
> .L20:
>         call    _Jv_ThrowNullPointerException
> .L21:
>         call    _Jv_ThrowNullPointerException
> .L22:
>         call    _Jv_ThrowNullPointerException
> .L23:
>         call    _Jv_ThrowNullPointerException
> .L24:
>         call    _Jv_ThrowNullPointerException
> .L25:
>         call    _Jv_ThrowNullPointerException
> .L26:
>         call    _Jv_ThrowNullPointerException
> 
> Is there an easy way for GCC to merge identical blocks?
Oh yes, all you need is to modify crossjumping to add fake "noreturn"
edges and crossjump over them.
I can try to get that working later, but right now I am quite busy by other
thinks.

Honza

  parent reply	other threads:[~2001-09-22  8:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-21  7:26 Anthony Green
2001-09-21  7:30 ` Andrew Haley
2001-09-21  7:33   ` Jakub Jelinek
2001-09-21  7:37     ` Andrew Haley
2001-09-22  8:43 ` Jan Hubicka [this message]
2001-09-24  4:49   ` Jan Hubicka
2001-09-24 15:19     ` Richard Henderson

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=20010922174345.F26663@atrey.karlin.mff.cuni.cz \
    --to=jh@suse.cz \
    --cc=gcc@gcc.gnu.org \
    --cc=green@redhat.com \
    --cc=java@gcc.gnu.org \
    /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).