Escaping Variables

This is the seventh set of HpcExercises.

The current implementation of WebHome stores all formal and local variables in the stack frame, even if they might be kept in registers.

Extend the compiler with escaping variables analysis such that variables that are not needed by nested functions are stored in registers.

  1. Which components are affected by this extension?

Revision: r1.1 - 09 May 2001 - 21:57 - EelcoVisser
Tiger > HpcEscapingVariables
Copyright © 1999-2020 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback