On Sun, 2005-09-11 at 16:41 +0200, Zdenek Dvorak wrote:
> No, it unfortunately cannot help. The new blocks are placed before the
> loop, and jump threading only occurs inside the loop, so the sizes of
> copied blocks remain small.
Yea, you're right. It's been a while since I looked at this...
Th
Hello,
> > I have run into following problem with dom. One of the places
> > where cfg_altered is set is wrong:
> It's not really wrong, it's set this way on purpose, specifically
> to avoid the compile-time explosion you're seeing.
This works by pure luck only, I think. In fact, the only thing
On Sun, 2005-09-11 at 10:37 +0200, Zdenek Dvorak wrote:
> Hello,
>
> I have run into following problem with dom. One of the places
> where cfg_altered is set is wrong:
It's not really wrong, it's set this way on purpose, specifically
to avoid the compile-time explosion you're seeing.
> So I trie