Re: Quick note to language implementers...

2001-12-14 Thread David M. Lloyd
On Thu, 13 Dec 2001, Dan Sugalski wrote: > I'm not sure we'll ultimately go this way, but I've added the following ops > to the core: > > setline > setpackage > setfile > getline > getpackage > getfile > > so compiler output can note the file, package, and line that code i

[PATCH] Re: Quick note to language implementers...

2001-12-14 Thread Jason Gloudon
On Thu, Dec 13, 2001 at 05:18:07PM -0500, Dan Sugalski wrote: > I'm not sure we'll ultimately go this way, but I've added the following ops > to the core: > > setline > setpackage > setfile > getline > getpackage > getfile The debuginfo.t tests are missing 'end' opcodes.

Quick note to language implementers...

2001-12-13 Thread Dan Sugalski
I'm not sure we'll ultimately go this way, but I've added the following ops to the core: setline setpackage setfile getline getpackage getfile so compiler output can note the file, package, and line that code is in. Definitely optional, but there for debugging purposes.