April 24, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9581


Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu


--- Comment #20 from Martin Nowak <code@dawg.eu> 2013-04-24 09:01:59 PDT ---
Does disabling Stacktrace resolve the problem? https://github.com/D-Programming-Language/druntime/blob/4c8fd9dd7b91e735eece5ffc746a0667ccc13dd6/src/core/runtime.d#L585

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
April 24, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9581



--- Comment #21 from Martin Nowak <code@dawg.eu> 2013-04-24 09:04:31 PDT ---
(In reply to comment #20)
> Does disabling Stacktrace resolve the problem? https://github.com/D-Programming-Language/druntime/blob/4c8fd9dd7b91e735eece5ffc746a0667ccc13dd6/src/core/runtime.d#L585

And what about completely disabling the dbghelp initalization?
I think commenting out the import would suffice.
https://github.com/D-Programming-Language/druntime/blob/4c8fd9dd7b91e735eece5ffc746a0667ccc13dd6/src/core/runtime.d#L50

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9581



--- Comment #22 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-05-19 04:52:35 PDT ---
(In reply to comment #18)
> (In reply to comment #17)
> > Well, I'm on Win7 now and things are pretty blazing fast now. I don't experience the speed issue anymore. Maybe we could close this down unless someone else has the same issue.
> 
> On Windows Vista 32bit the D exceptions are still very slow.

Are they over 4 seconds like they were for me before I switched?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9581



--- Comment #23 from bearophile_hugs@eml.cc 2013-05-19 07:50:13 PDT ---
(In reply to comment #22)

> Are they over 4 seconds like they were for me before I switched?

I have a small benchmark for exceptions, and they are much much slower than equivalent exceptions in Java.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9581



--- Comment #24 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-05-19 10:53:41 PDT ---
(In reply to comment #23)
> (In reply to comment #22)
> 
> > Are they over 4 seconds like they were for me before I switched?
> 
> I have a small benchmark for exceptions, and they are much much slower than equivalent exceptions in Java.

Ok, but is it a regression from an earlier release? We should mark this as a normal bug if not to avoid blocking the 2.063 release (I personally can't recreate the huge slowness anymore).

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 19, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9581



--- Comment #25 from bearophile_hugs@eml.cc 2013-05-19 16:09:06 PDT ---
(In reply to comment #24)

> Ok, but is it a regression from an earlier release? We should mark this as a normal bug if not to avoid blocking the 2.063 release (I personally can't recreate the huge slowness anymore).

I think this bug should not block 2.063, because probably will require a fair amount of work to be fixed, and the situation is probably not a regression any more.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 20, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9581


Andrej Mitrovic <andrej.mitrovich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|regression                  |normal


--- Comment #26 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-05-19 17:17:33 PDT ---
If someone has had their exceptions slow down significantly since 2.053, re-set it as a regression. But I'm lowering it to normal for now.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
1 2 3
Next ›   Last »