This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [GSoC] generation from isl_ast_node_user
- From: Tobias Grosser <tobias at grosser dot es>
- To: Roman Gareev <gareevroman at gmail dot com>
- Cc: Mircea Namolaru <mircea dot namolaru at inria dot fr>, gcc at gcc dot gnu dot org
- Date: Mon, 07 Jul 2014 13:19:57 +0200
- Subject: Re: [GSoC] generation from isl_ast_node_user
- Authentication-results: sourceware.org; auth=none
- References: <CABGF_gebwP7x2Ds0eOc4dErOJnC6iaF7u=0P7hmPnykJGfqFGw at mail dot gmail dot com>
[Forgot to answer two questions]
On 07/07/2014 12:33, Roman Gareev wrote:
Hi Tobias,
I think that, according to the std::map feedback, we could use
std::map now and replace it with hash_map later, if its performance is
better.
Right.
> However, I propose to temporary postpone this and work on
gimple code generation from isl_ast_node_user, because we already have
generation of loops with empty bodies and generation from
isl_ast_node_user can be a problem. What do you think about this?
As I am sometimes slow in reviewing, maybe you can do this if you find
free time.
I would prefer to move soon to std::map, as this is the last open piece
in your loop generation patch and we can finish the review after this is
done.
Tobias