Thread overview
DStress - x86_64 & Tango support
Mar 07, 2007
Thomas Kuehne
Mar 07, 2007
Charlie
Mar 07, 2007
Sean Kelly
March 07, 2007
DStress - runtime reflection for D - now supports 64bit executables as well as Tango revision 1855.

http://flectioned.kuehne.cn

Thomas


March 07, 2007
This is truly amazing, awesome work.  And thanks for tango support!

Charlie

Thomas Kuehne wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> DStress - runtime reflection for D - now supports 64bit executables as
> well as Tango revision 1855.
> 
> http://flectioned.kuehne.cn
> 
> Thomas
> 
> 
> -----BEGIN PGP SIGNATURE-----
> 
> iD8DBQFF7sEdLK5blCcjpWoRAmNLAJwKeF1luyfzWXSyrbBh8GitJf01mgCfdJCd
> 8/3wElHrBG4//hmUlNblMS4=
> =5gAD
> -----END PGP SIGNATURE-----
March 07, 2007
Charlie wrote:
> This is truly amazing, awesome work.  And thanks for tango support!

For what it's worth, I checked in some changes to Tango this morning intended to simplify the integration of a stack trace mechanism with the Tango exception hierarchy.  I need to look over the latest flectioned release, but I think what will happen is that either the "minimal" support (as per the patch) will be added as the default behavior or none at all, and the full flectioned trace code can be attached by the user via a hook.


Sean