[Issue 2900] Array appending slowed drastically since integration of druntime

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2900 Andrei Alexandrescu changed: What|Removed |Added Version|2.020 |D2 --

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-07-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 dsim...@yahoo.com changed: What|Removed |Added Attachment #340 is|0 |1 obsolete|

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 --- Comment #6 from dsim...@yahoo.com 2009-05-06 14:53 --- Sure, but could you please specify what's wrong with it and/or give me hints as to how to fix it? It seems right to me, though I'm pretty new to submitting patches. Also, wh

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-05-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 --- Comment #5 from s...@invisibleduck.org 2009-05-06 13:12 --- I'm afraid the source locations where most of this code is inserted by the patches is wrong. Could you update them? --

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 --- Comment #4 from dsim...@yahoo.com 2009-04-30 18:20 --- Been thinking about this some more. It might be a good thing, even with the full BlkInfo caching, to make array appending only need size. In multithreaded programs, this mig

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 s...@invisibleduck.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #3

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 s...@invisibleduck.org changed: What|Removed |Added AssignedTo|bugzi...@digitalmars.com|s...@invisibleduck.org

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-04-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 --- Comment #2 from dsim...@yahoo.com 2009-04-25 23:35 --- Created an attachment (id=341) --> (http://d.puremagic.com/issues/attachment.cgi?id=341&action=view) Another possible fix: query just size first in lifetime. Here's another

[Issue 2900] Array appending slowed drastically since integration of druntime

2009-04-25 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2900 --- Comment #1 from dsim...@yahoo.com 2009-04-25 23:09 --- Created an attachment (id=340) --> (http://d.puremagic.com/issues/attachment.cgi?id=340&action=view) Fix by adding BlkInfo caching to druntime GC. I've figured out the probl