1 Jun 2006 07:47
Bugreport on WmRt
I've been looking at the virtual machine and the inferno assembler. It
appears that in the document "Dis virtual machine specification" on the
last page the link section is said to contain entries for which there is
first the entry point and the the index of the type descriptor, but Rt
at least clearly reports them in reverse order. Which is correct?
Also I noticed that reading with WmRt the dis generated by the following
code causes Rt to crash (or gets "broken" in the task list):
implement Tst;
Tst: module
{
y: real;
func: fn();
};
func()
{
y = 2.45;
}
If func is not a member of the Tst module declaration it reads fine, but
rt does not like it being a member.
Jani
RSS Feed