RE: [RFA] Compact EH Patch [Ping^3]

2016-01-18 Thread Moore, Catherine
ge- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Moore, Catherine > Sent: Monday, December 21, 2015 9:22 AM > To: Richard Henderson; gcc-patches@gcc.gnu.org > Cc: ja...@redhat.com; Matthew Fortune > Subject: RE: [RFA] Compact EH

RE: [RFA] Compact EH Patch [Ping]

2015-12-21 Thread Moore, Catherine
Linux in this version > of > the patch. I plan to re-enable it after binutils is updated. > > Okay to commit? > > Thanks, > Catherine > > > > -Original Message- > > From: Richard Henderson [mailto:r...@redhat.com] > > Sent: Friday, September 18, 20

Re: [RFA] Compact EH Patch

2015-12-02 Thread Jonathan Wakely
Fortune Subject: Re: [RFA] Compact EH Patch Index: libgcc/libgcc-std.ver.in == = --- libgcc/libgcc-std.ver.in(revision 226409) +++ libgcc/libgcc-std.ver.in(working copy) @@ -1918,6 +1918,7 @@ GCC_4.6.0

Re: [RFA] Compact EH Patch

2015-12-01 Thread Jason Merrill
On 11/25/2015 11:58 AM, Moore, Catherine wrote: -Original Message- From: Richard Henderson [mailto:r...@redhat.com] Sent: Friday, September 18, 2015 3:25 PM To: Moore, Catherine; gcc-patches@gcc.gnu.org Cc: ja...@redhat.com; Matthew Fortune Subject: Re: [RFA] Compact EH Patch Index

RE: [RFA] Compact EH Patch

2015-12-01 Thread Moore, Catherine
tune > Subject: RE: [RFA] Compact EH Patch > > > > > -Original Message- > > From: Richard Henderson [mailto:r...@redhat.com] > > Sent: Friday, September 18, 2015 3:25 PM > > To: Moore, Catherine; gcc-patches@gcc.gnu.org > > Cc: ja...@redhat.

RE: [RFA] Compact EH Patch

2015-11-25 Thread Moore, Catherine
> -Original Message- > From: Richard Henderson [mailto:r...@redhat.com] > Sent: Friday, September 18, 2015 3:25 PM > To: Moore, Catherine; gcc-patches@gcc.gnu.org > Cc: ja...@redhat.com; Matthew Fortune > Subject: Re: [RFA] Compact EH Patch > > > Inde

RE: [RFA] Compact EH Patch

2015-10-28 Thread Matthew Fortune
> This patch implements a more compact format for exception handling data. > Although I don't > have recent numbers for the amount of compression achieved, an earlier > measurement showed > a 30% reduction in the size of EH data for libstdc++. > > A design document detailing the new format is a

Re: [RFA] Compact EH Patch

2015-10-06 Thread Richard Henderson
On 10/06/2015 10:14 AM, Moore, Catherine wrote: + switch (pr_index) { + case 0: + p = read_encoded_value (context, bases->eh_encoding, p, &personality); + fs->personality = (_Unwind_Personality_Fn) personality; + break; + case 1: + fs->personality = __gnu_compact_pr1; +

RE: [RFA] Compact EH Patch

2015-10-05 Thread Moore, Catherine
> -Original Message- > From: Richard Henderson [mailto:r...@redhat.com] > Subject: Re: [RFA] Compact EH Patch > Richard, Thanks for the patch review. Matthew, Would you please take a look at the MIPS-specific pieces before I resubmit the patch? There will be a small c

Re: [RFA] Compact EH Patch

2015-09-18 Thread Richard Henderson
> Index: libgcc/libgcc-std.ver.in > === > --- libgcc/libgcc-std.ver.in (revision 226409) > +++ libgcc/libgcc-std.ver.in (working copy) > @@ -1918,6 +1918,7 @@ GCC_4.6.0 { >__morestack_current_segment >__morestack_initial_sp >

RE: [RFA] Compact EH Patch

2015-09-14 Thread Moore, Catherine
> -Original Message- > From: Richard Henderson [mailto:r...@redhat.com] > Sent: Wednesday, September 09, 2015 7:46 PM > To: Jason Merrill; Moore, Catherine; gcc-patches@gcc.gnu.org > Cc: Matthew Fortune; Ian Lance Taylor > Subject: Re: [RFA] Compact EH Patch > >

Re: [RFA] Compact EH Patch

2015-09-09 Thread Richard Henderson
On 09/09/2015 01:35 PM, Jason Merrill wrote: On 07/30/2015 04:14 PM, Moore, Catherine wrote: This patch implements a more compact format for exception handling data. Although I don't have recent numbers for the amount of compression achieved, an earlier measurement showed a 30% reduction in the

Re: [RFA] Compact EH Patch

2015-09-09 Thread Jason Merrill
On 07/30/2015 04:14 PM, Moore, Catherine wrote: This patch implements a more compact format for exception handling data. Although I don't have recent numbers for the amount of compression achieved, an earlier measurement showed a 30% reduction in the size of EH data for libstdc++. A design do

RE: [RFA] Compact EH Patch

2015-08-14 Thread Moore, Catherine
Hi Jason, Are you going to be able to review this patch sometime soon? Thanks, Catherine > -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Moore, Catherine > Sent: Thursday, July 30, 2015 4:15 PM > To: gcc-patches@gcc.gnu.org