Re: Superblock optimizations
- From: andreybokhanko@xxxxxxxxx
- Date: Sun, 13 Apr 2008 10:58:48 -0700 (PDT)
I believe the primary reason why superblocks exist on machine-specific
IRs is because they used by machine-specific optimizations (primarly
by scheduling).
Profiling, however, can be (and actually does) used by machine-
independent (well... actually, less clearly machine-dependent)
optimizations, working on machine-independent IRs. Examples are loop
optimizations (unrolling, prefetch, etc) and PRE.
Andrey
.
- Follow-Ups:
- Re: Superblock optimizations
- From: IndianTechie
- Re: Superblock optimizations
- References:
- Superblock optimizations
- From: Tim Frink
- Superblock optimizations
- Prev by Date: Re: instruction bundling (scheduling?)
- Next by Date: Re: Looking for the name of an optimization
- Previous by thread: Superblock optimizations
- Next by thread: Re: Superblock optimizations
- Index(es):