Chris Nicholson-Sauls Wrote: > [...] > > I'd be interested in seeing what Java does. > > -- Chris Nicholson-Sauls Java bytecode doesn't have names for local variables, just stack indexes... though it's more than possible that such information could be included for debug reasons. I've only worked with the actual assembly, so dunno about the later really.