This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hot/cold partitioning bug fix


Mike Stump <mrs@apple.com> writes:

> Here is a hot/cold partitioning bug fix that is extremely safe.  I
> didn't author this, but would like to see it get in.
> 
> Ok?

This needs a testcase.

How did you test the patch?  In particular, did you run the C++
testsuite on Darwin with flag_reorder_blocks_and_partition set?

> 2004-11-16  Mike Stump  <mrs@apple.com>
> 
> 	* dbxout.c (dbxout_source_file): Don't switch into the text
>         section here when flag_reorder_blocks_and_partition is in
>         effect, as that is done before we get here.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]