This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
mapping liveness to variables
- From: "Gregory B. Prokopski" <gadek at debian dot org>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 28 Apr 2008 17:57:06 -0400
- Subject: mapping liveness to variables
Hi guys,
I am trying to get as close mapping from liveness information ( in
bb->il.rtl->global_live_at_start )
to global and local variables as possible. Mapping to stack slots
would be a good first step.
What data structures should I look at use?
What would be the best way to do it?
Any suggestions appreciated,
Gregory
--
What would you attempt to do if you knew you could not fail?