Hi,

I'm a grad student at UT Austin. I have been looking for a solution for
line number mapping in the source-to-source translation. How did you deal 
with the mapping from the java byte code index to the x10 line number?

SMAP in JSR-45 would be one possiblity, but I'm not sure if the current 
JDK(6 or 7) has a good support for the JSR-45. For instance, the stack dump in 
JDK(6 or 7) wouldn't be sensitive to the SMAP information. jdb would not 
understand the break command like "break 10 example.x10."

If you are not using the SMAP feature, how did you solve this line number 
mapping problem. As far as I know, the JDK up to now does not support 
#line directive.

thanks,
BK

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
X10-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to