This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Can GMP be replaced by trees?


On Tuesday 18 May 2004 13:31, Tobias Schlüter wrote:

> How difficult would it be to change gfortran to use gcc's mechanisms
> instead?

I have tried it once. It is a _huge_ job because we have all those
simplify functions around.  And the GCC builtin folders cannot easily
be used or you have to build temporary 'tree' objects for every
fold you want to do.
(This is why at one point I wanted to make gfortran trees everywhere...)

Gr.
Steven



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]