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] | |
Tom Tromey wrote:
This patch fixes PR 8415. Generating different `throws' data in the compiler seemed like the best option. The interpreter already has data available in this format, so changing to this approach means less runtime allocation than the alternatives. Also this approach saves some tiny amount of space in the output (2 bytes per `throws'). I have a test case which I'll check in. Ok to commit?
I see no reason not to. Go ahead. -- --Per Bothner per@bothner.com http://www.bothner.com/per/
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |