Re: Graph coloring and JIT compilers.

"Paolo Bonzini" <bonzini@gnu.org>
1 Apr 2006 20:51:09 -0500

          From comp.compilers

Related articles
Graph coloring and JIT compilers. julian_solo13@hotmail.com (Poseidon13) (2006-03-29)
Re: Graph coloring and JIT compilers. dnovillo@redhat.com (Diego Novillo) (2006-04-01)
Re: Graph coloring and JIT compilers. aghuloum@cs.indiana.edu (Abdulaziz Ghuloum) (2006-04-01)
Re: Graph coloring and JIT compilers. bonzini@gnu.org (Paolo Bonzini) (2006-04-01)
Re: Graph coloring and JIT compilers. torbenm@app-4.diku.dk (2006-04-03)
Re: Graph coloring and JIT compilers. richard@imagecraft.com (Richard) (2006-04-03)
Re: Graph coloring and JIT compilers. oliverhunt@gmail.com (oliverhunt@gmail.com) (2006-04-03)
Re: Graph coloring and JIT compilers. anton@mips.complang.tuwien.ac.at (2006-04-03)
Graph coloring and JIT compilers. inderaj@gmail.com (Inderaj Bains) (2006-04-03)
Re: Graph coloring and JIT compilers. anton@mips.complang.tuwien.ac.at (2006-04-08)
| List of all articles for this month |

From: "Paolo Bonzini" <bonzini@gnu.org>
Newsgroups: comp.compilers
Date: 1 Apr 2006 20:51:09 -0500
Organization: http://groups.google.com
References: 06-03-097
Keywords: Java, optimize
Posted-Date: 01 Apr 2006 20:51:09 EST

> In a Java Just-In-Time compiler(JIT) it is essential to minimise the time
> spent on code generation.


The hypothesis is not even completely correct -- it depends very much
on the underlying systems (think of multicore chips), on how long the
program being JIT-compiled will run, on whether most of the execution
takes place in some hot spots of the program, and so on.


Paolo



Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.