This is the mail archive of the
java-patches@sources.redhat.com
mailing list for the Java project.
Re: PATCH: enable __builtin_expect()
- To: Bryce McKinlay <bryce at albatross dot co dot nz>
- Subject: Re: PATCH: enable __builtin_expect()
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 08 Oct 2000 20:00:31 -0600
- Cc: java-patches at sourceware dot cygnus dot com
- References: <39E124D9.100819F8@albatross.co.nz>
- Reply-To: tromey at cygnus dot com
Bryce> I think it is safe to enable __builtin_expect() now, as block
Bryce> reordering has been turned on in gcc for a while now and glibc
Bryce> is using it. I've had this enabled for a while and havn't seen
Bryce> any problems.
Excellent, please commit it.
Tom