[squeak-dev] Decompiler reordering temps

Frank Shearar frank.shearar at gmail.com
Sat Jun 22 22:38:46 UTC 2013


I happened to have Metacello loaded when I ran the DecompilerTests. A
method (MetacelloCommonMCSpecLoader >>
#retryingResolvePackageSpecReferences:gofer:) has these locals
declared:

| references repositoryString retryCount repositoryError |

and when decompiled the list looks like this:

| references retryCount repositoryError repositoryString |

frank


More information about the Squeak-dev mailing list