FogBugz (Case [Issue]10493) Compiler Opal - Fix unused temp removal

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

FogBugz (Case [Issue]10493) Compiler Opal - Fix unused temp removal

Pharo Issue Tracker
A FogBugz case was edited by Clement Bera.

Case ID:      10493
Title:        Fix unused temp removal
Status:       Work Needed (On Hold)
Category:     Bug
Project:      Compiler Opal
Area:         Misc
Priority:     6 - On Hold
Milestone:    Later
Assigned To:  Everyone

URL:          https://pharo.fogbugz.com/default.asp?10493

So I tried in OpalCompiler-Core-MarcusDenker.332

now with OpalCompiler both on methods and blocks, removing unused temp does not work at all.

method
| a |
when you click on remove unused temp it does nothing.

method
[ | b | ] value
when you click on remove unused temp it does nothing.

With old compiler :

method
| a |

you get instead :
method
| |

for the block old compiler doesn't even detect the unused arg.


You are subscribed to this case.  If you do not want to receive automatic notifications in the future, unsubscribe (https://pharo.fogbugz.com/default.asp?pre=preUnsubscribe&pg=pgEditBug&command=view&ixBug=10493) from this case.

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