develooper Front page | perl.perl6.internals | Postings from February 2001

Trade-offs

Thread Next
From:
Simon Cozens
Date:
February 12, 2001 08:13
Subject:
Trade-offs
Message ID:
20010212161310.A15838@pembro26.pmb.ox.ac.uk
How much can we do in the compiler, and how much can we do in the 
interpreter? If we're having cached bytecode, it makes sense to do
as much optimization as we can in the compiler. If not, we might
as well brute force things to conserve compilation time. Or should
this be user-selectable with "use less"?

I'm still thinking about things like type inferencing to reduce the
number of conversions that need to be done at runtime.

-- 
Morton's Law:
	If rats are experimented upon, they will develop cancer.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About