Re: [RFC] Moving DECL_RESULT, DECL_ARGUMENTS, and DECL_SAVED_TREE into struct function

2014-06-06 Thread Richard Biener
On Fri, Jun 6, 2014 at 10:30 AM, Jan Hubicka wrote: > Hi, > an attached patch is an experiment on how much work it would take to move > DECL_RESULT and DECL_ARGUMENTS, DECL_SAVED_TREE into struct function. The > motivation is that middle-end threads them this way already - they are > technically

[RFC] Moving DECL_RESULT, DECL_ARGUMENTS, and DECL_SAVED_TREE into struct function

2014-06-06 Thread Jan Hubicka
Hi, an attached patch is an experiment on how much work it would take to move DECL_RESULT and DECL_ARGUMENTS, DECL_SAVED_TREE into struct function. The motivation is that middle-end threads them this way already - they are technically part local declarations and part of the body. Moving those poin