Related articles |
---|
Help on code generation and register allocation Forum.Thomas.Krause@gmx.de (Thomas Krause) (2006-02-07) |
Re: Help on code generation and register allocation d148f3wg02@sneakemail.com (Karsten Nyblad) (2006-02-11) |
Re: Help on code generation and register allocation kym@ukato.freeshell.org (russell kym horsell) (2006-02-11) |
Re: Help on code generation and register allocation avayvod@gmail.com (Whywhat) (2006-02-11) |
Re: Help on code generation and register allocation u.hobelmann@web.de (Ulrich Hobelmann) (2006-02-12) |
Re: Help on code generation and register allocation avayvod@gmail.com (Whywhat) (2006-02-14) |
Re: Help on code generation and register allocation u.hobelmann@web.de (Ulrich Hobelmann) (2006-02-14) |
Re: Help on code generation and register allocation torbenm@app-5.diku.dk (2006-02-17) |
Re: Help on code generation and register allocation boldyrev@cgitftp.uiggm.nsc.ru (Ivan Boldyrev) (2006-02-17) |
Re: Help on code generation and register allocation fw@deneb.enyo.de (Florian Weimer) (2006-02-17) |
Re: Help on code generation and register allocation Forum.Thomas.Krause@gmx.de (Thomas Krause) (2006-02-20) |
From: | "Whywhat" <avayvod@gmail.com> |
Newsgroups: | comp.compilers |
Date: | 14 Feb 2006 10:20:35 -0500 |
Organization: | http://groups.google.com |
References: | 06-02-05506-02-072 06-02-088 |
Keywords: | code, registers |
Posted-Date: | 14 Feb 2006 10:20:34 EST |
I always considered tail recursion elimination to be a
target-independent optimization process. So what does it have to deal
with register allocator and processor architecture?
Didn't read Tiger book, unfortunately, but think there's not much
information on advanced register allocation techniques like improved
linear scan or graph allocation. Dragon book just declares the problem
of register allocation, solves it in one of the simpliest ways and
gives directions to register allocation in a few paragraphs. But I
think, this book is a good introduction into sophisticated area of
compiler development.
Return to the
comp.compilers page.
Search the
comp.compilers archives again.