larsivi

683
reputation
71 views

Registered User

name larsivi
member for 1 year
seen Nov 23 at 12:30
website
location NO
age 31
I am a consultant working mostly with Java, and then some C++. Whenever possible, I switch both with D, where I am a contributor as a project leader in Tango project and a co-author of the book "Learn to Tango with D". I own my own company, see http://igesundes.no
Oct
25
comment How do I get the html login form on Trac to display?
Which bug is that? I have patched the AccountManagerPlugin for the MessageWrapper issue and still don't get the Login form.
Oct
21
awarded  Nice Answer
Sep
17
awarded  Yearling
Sep
8
accepted D (and Tango) on PowerPC Linux
Aug
14
comment malloc and free in D/Tango not freeing memory?
@Keyframe You want to monitor malloc'ed memory as opposed to GC allocated memory? Since the GC has stats ... (I understand that there are usecases where you want to avoid the GC.)
Aug
6
awarded  
Aug
4
accepted Getting Embedded with D (the programming language)
Jul
30
comment Getting Embedded with D (the programming language)
Also, embedded programming does not have to imply real time programming.
Jul
30
comment Getting Embedded with D (the programming language)
If you deactivate the GC (and threading portions) of the runtime, it should be relatively easy to make changes towards single threadedness. Doing away with the GC precludes the use of certain array languages features though. Another option would be to rewrite the GC into a simple on-demand service, such that the application always holds direct control over it, both for allocation and collection purposes.
Jul
30
awarded  Commentator
Jul
30
comment Getting Embedded with D (the programming language)
If you are willing/capable of putting some effort into this, I would be interested in co-operating.
Jul
30
answered Getting Embedded with D (the programming language)
Jul
11
answered How would you approach using D in a embedded real-time environment?