MNU: TempVariableNode>>remoteTemps

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

MNU: TempVariableNode>>remoteTemps

Dennis Schetinin
| x y |
[:a :b | x := a. y := b] decompile

Doing it (not removing unused temps) raises exception (see subject)

--
Dennis Schetinin

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: MNU: TempVariableNode>>remoteTemps

Nicolas Cellier
Good find, I opened http://code.google.com/p/pharo/issues/detail?id=767

Nicolas

2009/4/22 Dennis Schetinin <[hidden email]>:

> | x y |
> [:a :b | x := a. y := b] decompile
>
> Doing it (not removing unused temps) raises exception (see subject)
>
> --
> Dennis Schetinin
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project