Re: GSoC Questions

2020-02-05 Thread Nicholas Krause
On 2/5/20 10:34 AM, Martin Liška wrote: On 2/5/20 7:21 AM, Nicholas Krause wrote: Greetings Martin, I won't be applied but it was good to see you at least got some possible ideas out of my research from the make parts. Two questions as related to GSoC, in terms of long term planning for m

Re: GSoC Questions

2020-02-05 Thread Martin Liška
On 2/5/20 7:21 AM, Nicholas Krause wrote: Greetings Martin, I won't be applied but it was good to see you at least got some possible ideas out of my research from the make parts. Two questions as related to GSoC, in terms of long term planning for my work: Hello. 1. *Implement something si

GSoC Questions

2020-02-04 Thread Nicholas Krause
Greetings Martin, I won't be applied but it was good to see you at least got some possible ideas out of my research from the make parts. Two questions as related to GSoC, in terms of long term planning for my work: 1. *Implement something similar to Clang's/-ftime-trace/*is in my view the mo

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-05-12 Thread Roman Gareev
Thank you for your answers! They saved me the time of code consideration. -- Cheers, Roman Gareev

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-05-06 Thread Tobias Grosser
On 06/05/2014 13:52, Richard Biener wrote: On Tue, May 6, 2014 at 1:02 PM, Tobias Grosser wrote: On 06/05/2014 10:19, Richard Biener wrote: Hi Richi, thanks for the comments. On Tue, May 6, 2014 at 8:57 AM, Tobias Grosser wrote: On 05/05/2014 21:11, Roman Gareev wrote: Hi Tobias, th

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-05-06 Thread Richard Biener
On Tue, May 6, 2014 at 1:02 PM, Tobias Grosser wrote: > On 06/05/2014 10:19, Richard Biener wrote: > > Hi Richi, > > thanks for the comments. > > >> On Tue, May 6, 2014 at 8:57 AM, Tobias Grosser wrote: >>> >>> On 05/05/2014 21:11, Roman Gareev wrote: Hi Tobias, thank you

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-05-06 Thread Sven Verdoolaege
On Tue, May 06, 2014 at 01:02:09PM +0200, Tobias Grosser wrote: > I am busy for the next 6 weeks, but am planning to work on the isl patch > after. Sven, do you happen to have any time to work on the isl patch? No. It's going to be difficult enough for me to finish what I need to finish for the C

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-05-06 Thread Tobias Grosser
On 06/05/2014 10:19, Richard Biener wrote: Hi Richi, thanks for the comments. On Tue, May 6, 2014 at 8:57 AM, Tobias Grosser wrote: On 05/05/2014 21:11, Roman Gareev wrote: Hi Tobias, thank you for your reply! I have questions about types. Could you please answer them? I looked through

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-05-06 Thread Richard Biener
On Tue, May 6, 2014 at 8:57 AM, Tobias Grosser wrote: > On 05/05/2014 21:11, Roman Gareev wrote: >> >> Hi Tobias, >> >> thank you for your reply! I have questions about types. Could you >> please answer them? > > > I looked through them and most seem to be related to how we derive types in > graph

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-05-05 Thread Roman Gareev
Hi Tobias, thank you for your reply! I have questions about types. Could you please answer them? Questions related to “type_for_interval”: 1. What happens in these lines? int precision = MAX (mpz_sizeinbase (bound_one, 2), mpz_sizeinbase (bound_two, 2)); if (precision > BITS_PER_WORD) { gloog_e

Re: [GSoC] questions about graphite_clast_to_gimple.c

2014-04-27 Thread Tobias Grosser
On 27/04/2014 21:52, Roman Gareev wrote: Hi Tobias, I'm considering the current code in graphite_clast_to_gimple.c, and want to ask a few questions about it. 1. Where can I find the definitions of basic_block_def and edge from coretypes.h? gcc/basic-block.h 2. Why are recompute_all_domina

[GSoC] questions about graphite_clast_to_gimple.c

2014-04-27 Thread Roman Gareev
Hi Tobias, I'm considering the current code in graphite_clast_to_gimple.c, and want to ask a few questions about it. 1. Where can I find the definitions of basic_block_def and edge from coretypes.h? 2. Why are recompute_all_dominators() and graphite_verify() called before initialization of if_re