Throwable.TraceInfo

david via Digitalmars-d digitalmars-d at puremagic.com
Wed Jan 28 06:38:05 PST 2015


On Wednesday, 28 January 2015 at 14:19:32 UTC, Benjamin Thaut 
wrote:
> Why don't you simply store references to the TraceInfo objects 
> until you want to print them?

I can't store theses references.
The whole data is blited away to a shared-memory (from which
it is periodically dumped to disk).
This bliting needs to be fast - as (obviously) when talking about 
high
throughput exceptions - we're on the "hot" path.


More information about the Digitalmars-d mailing list