[Issue 6171] rdmd: cache dependency file to improve startup time [patch]

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6171

Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

Version|unspecified |D2

--


[Issue 6171] rdmd: cache dependency file to improve startup time [patch]

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6171


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||and...@erdani.com,
   ||andrej.mitrov...@gmail.com


--- Comment #4 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-02-05 
13:21:53 PST ---
(In reply to comment #3)
 Implemented an independent solution. Indeed the speed gain for cached builds 
 is
 dramatic - 6x. Currently the deps file is not saved in the temp dir.

Can we mark this as fixed?

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6171] rdmd: cache dependency file to improve startup time [patch]

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6171


Andrei Alexandrescu and...@erdani.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #5 from Andrei Alexandrescu and...@erdani.com 2013-02-05 13:30:20 
PST ---
Yes, it's been fixed a while ago.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6171] rdmd: cache dependency file to improve startup time [patch]

2012-02-19 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6171



--- Comment #3 from Andrei Alexandrescu and...@metalanguage.com 2012-02-19 
21:56:00 PST ---
Implemented an independent solution. Indeed the speed gain for cached builds is
dramatic - 6x. Currently the deps file is not saved in the temp dir.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6171] rdmd: cache dependency file to improve startup time [patch]

2011-06-17 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6171



--- Comment #1 from ari edelkind edelkind+purema...@gmail.com 2011-06-17 
10:29:44 PDT ---
I should note that the temporary-object-file cache directory is probably a more
sensible place for the cached deps file.  This way, the deps file can be cached
even if the source directory is not writable.

Given such improvements, i think that rdmd could become a useful, efficient
substitute for popular scripting languages.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---