Added https://github.com/mozilla/rust/issues/10350 then :-)
On Fri, Nov 8, 2013 at 9:00 AM, Daniel Micay <[email protected]> wrote: > On Fri, Nov 8, 2013 at 1:59 AM, Daniel Micay <[email protected]>wrote: > >> On Fri, Nov 8, 2013 at 1:52 AM, Oren Ben-Kiki <[email protected]> wrote: >> >>> How bad would it be to add another 64 bits to the "some data to go along >>> with it" part? I'm assuming 32 bit for file name index in some table and 32 >>> bit for the line number in the file should be enough :-) >>> >> >> In debug builds, no problem at all. It would mean updating all code doing >> transmutes of closures and the code generation for them though. >> > > On second thought... it does seem like if the debug data can be associated > with functions, it's available for function pointers to them. >
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
