FogBugz (Case [Issue]10988) Compiler Opal - Pop then push unoptimized

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

FogBugz (Case [Issue]10988) Compiler Opal - Pop then push unoptimized

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

Case ID:      10988
Title:        Pop then push unoptimized
Status:       Work Needed
Category:     Bug
Project:      Compiler Opal
Area:         Misc
Priority:     5 - Fix If Time
Milestone:    Later
Assigned To:  Everyone

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

It seems that in both old and new compiler I see the pattern :
17 <76> pushConstant: 1
18 <69> popIntoTemp: 1
19 <11> pushTemp: 1
for todos.

Would it be faster (at runtime) to have :
pushConstant: 1
storeIntoTemp: 1

If it is I will fix it. I will ask Marcus first


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=10988) from this case.

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