This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Accessing Go type descriptors from the middle end
- From: Matt Davis <mattdavis9 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 13 Dec 2012 23:16:17 +1100
- Subject: Accessing Go type descriptors from the middle end
Hello,
I have a GIMPLE pass and would like to make use of the data type
information that the Go frontend produces. Is there a way to access
this information from the middle end without having to query the
frontend?
-Matt