Author |
Message |
Topic: Garbage collecting and memory leaks |
pragma
Replies: 2
Views: 11570
|
Forum: General Posted: Thu Jul 19, 2007 9:28 am Subject: Garbage collecting and memory leaks |
Here's the deal: D's garbage collector is greedy. It is only capable of expanding the heap, but does nothing to return heap memory back to the OS. This strategy is a huge win if you're working with l ... |
Topic: Son of Status Log |
pragma
Replies: 3
Views: 20517
|
Forum: DDL - D Dynamic Libraries Posted: Tue Jul 17, 2007 7:58 am Subject: Son of Status Log |
Hi Eric,
Why not using LZW compression ?
Bjoern
http://marknelson.us/attachments/lzw-data-compression/lzw.c
Umm... because nobody had the heart to drop such a succinct compression format in my ... |
Topic: FastCGI4D |
pragma
Replies: 4
Views: 21359
|
Forum: FastCGI4D Posted: Mon Jul 09, 2007 1:10 pm Subject: FastCGI4D |
From what I can tell, this project is deceptively simple. Kudos.
So each example is its own stand alone server?
I know, that much should be obvious, but between the documentation here on ds ... |
Topic: Son of Status Log |
pragma
Replies: 3
Views: 20517
|
Forum: DDL - D Dynamic Libraries Posted: Sun Jun 17, 2007 8:42 pm Subject: Son of Status Log |
Okay, demangling has been improved and etc/demangle.d is now up to speed with what is needed by DDL. Since this marks a behavior change from the Phobos-style demangling, I'm considering folding it ( ... |
Topic: Debugging DDLs on Windows |
pragma
Replies: 4
Views: 20719
|
Forum: DDL - D Dynamic Libraries Posted: Sun Jun 17, 2007 8:31 pm Subject: Debugging DDLs on Windows |
it would be nice if the loader could send the string if the DDL it loads has debug symbols. this way a DDL host compiled in release mode can still be used to host a debugging session if you just want ... |
Topic: Debugging DDLs on Windows |
pragma
Replies: 4
Views: 20719
|
Forum: DDL - D Dynamic Libraries Posted: Sun Jun 17, 2007 4:01 pm Subject: Debugging DDLs on Windows |
Not a bad idea! I suppose I could just add this in on debug builds only - would that be acceptable? |
Topic: Son of Status Log |
pragma
Replies: 3
Views: 20517
|
Forum: DDL - D Dynamic Libraries Posted: Thu Jun 14, 2007 7:54 pm Subject: Son of Status Log |
New log here for new efforts.
Today I finally got some time set aside to tackle the remaining issues for DDL's migration to Tango. So far things compile and look good from the utilities side of th ... |
Topic: Status of dynamic library loading -- and ... tango |
pragma
Replies: 13
Views: 24815
|
Forum: MiniD Posted: Tue May 29, 2007 3:39 pm Subject: Status of dynamic library loading -- and ... tango |
Ahh, there are already MiniD code modules -- it's basically the bytecode serialized out to a file. Where DDL comes in is writing native D modules that expose a MiniD interface. Think pygame
Ah ... |
Topic: Status of dynamic library loading -- and ... tango |
pragma
Replies: 13
Views: 24815
|
Forum: MiniD Posted: Tue May 29, 2007 8:54 am Subject: Status of dynamic library loading -- and ... tango |
Wow, now this is interesting news. I've been following MiniD for a while now, and I honestly thought you were going to (eventually) create your own module format that is more closely tied to your VM? ... |
Topic: .lib to .ddl ? |
pragma
Replies: 3
Views: 18061
|
Forum: DDL - D Dynamic Libraries Posted: Mon May 21, 2007 12:34 pm Subject: .lib to .ddl ? |
That's terrible.
All I can say is that "I'm working on it." When I have DDL ported and ready to go, I'll profile it against loading and linking DWT.
My guess is it's the linker that ... |
Topic: Templates in plugins |
pragma
Replies: 3
Views: 18129
|
Forum: DDL - D Dynamic Libraries Posted: Mon May 21, 2007 12:32 pm Subject: Templates in plugins |
Here's the example I was talking about:
dmd -c file1.d file2. file3.d
This will cut template instances, and type information, out of one or more of the output .obj files after the compiler i ... |
Topic: .lib to .ddl ? |
pragma
Replies: 3
Views: 18061
|
Forum: DDL - D Dynamic Libraries Posted: Fri May 18, 2007 7:43 am Subject: Re: .lib to .ddl ? |
Thanks to h3r3tic and his team I was finally able to successfully use DDL. Now I have this problem. My program is using DWT, so the plugins are too. If I loadAndRegister("dwt.lib") it takes ... |
Topic: Templates in plugins |
pragma
Replies: 3
Views: 18129
|
Forum: DDL - D Dynamic Libraries Posted: Fri May 18, 2007 7:39 am Subject: Re: Templates in plugins |
One more question. If I use templates inside my plugins. std.boxer to be specific.
The host does not know what the plugins are going to unbox (i.e. what template parameters are going to be used), so ... |
Topic: Welcome to DNet discussion |
pragma
Replies: 13
Views: 85098
|
Forum: dnet Posted: Mon May 14, 2007 11:25 am Subject: Re: Welcome to DNet discussion |
If you have suggestions, ideas, criticism or anything related to this project, please leave a note here.
I hope this project will serve to more people than just me.
I read the abstract on your p ... |
Topic: Access Violation when using row['name'] with 1.012 or 1.013 |
pragma
Replies: 6
Views: 14781
|
Forum: DDBI Posted: Wed Apr 25, 2007 8:02 am Subject: Access Violation when using row['name'] with 1.012 or 1.013 |
One more question, are you able to use the row
I've only used DBBI with Postgresql, and it works very well. |
|