FogBugz (Case [Issue]10325) CI and Bugtracker - IR Instruction should store bytecode range

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

FogBugz (Case [Issue]10325) CI and Bugtracker - IR Instruction should store bytecode range

Pharo Issue Tracker
A FogBugz case was opened by Marcus Denker.

Case ID:      10325
Title:        IR Instruction should store bytecode range
Status:       Work Needed
Category:     Bug
Project:      CI and Bugtracker
Area:         Misc
Priority:     6 - Fix If Time
Milestone:    Later
Assigned To:  Everyone

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

Right now, the IR nodes just record one bytecode index.

This should be changed to an offset, as IR Nodes map to multiple bytecodes offsets (e.g for bytecodes that are just multiple bytes long
or IR Nodes that map to multiple bytecodes).

Right now we record the last bytecode of an IR which is good enough for the debugger pc -> text mapping, but it would be nice
of #sourceNodeForPC: would return a AST node for every pc of the method.


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

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