Re: D for embedded system

2013-01-08 Thread Matthew Caron
ype stuff, like what's on the BeagleBone). -- Matthew Caron, Software Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Re: D for embedded system

2013-01-08 Thread Matthew Caron
d be quite interesting too (; An RTOS does a lot more than manage threads. ;-) -- Matthew Caron, Software Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Re: Precompiled libraries in D

2012-11-21 Thread Matthew Caron
ally ruggedized Linux machines, so we're not talking bare metal RTOS here. Hell, we run Perl in them.) Thanks for the help. -- Matthew Caron, Software Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Precompiled libraries in D

2012-11-20 Thread Matthew Caron
s well taken. While complete source code availability doesn't matter for many cases (purely open source or purely internal commercial), it does matter when you have a company writing a library to be used by a client and they want a binary library + an API definition exposed via a header

Re: how to help with android

2012-08-06 Thread Matthew Caron
specific hotspots. The only benefit is to compile directly to native code. I'd argue that it depends on what you want to do. If one wants to have some D code which supports multiple platforms, and performance is a secondary consideration, than this may be a viable approach. -- Matthew

Re: how to help with android

2012-08-03 Thread Matthew Caron
similar things. -- Matthew Caron, Software Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Re: Why is libphobos not a shared library?

2012-06-14 Thread Matthew Caron
he above will become more accelerated. -- Matthew Caron, Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Re: Why is libphobos not a shared library?

2012-06-14 Thread Matthew Caron
e trying to cram as much as you can into 16MB of NAND, shared libraries are your best friend. -- Matthew Caron, Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Re: Why is libphobos not a shared library?

2012-06-14 Thread Matthew Caron
med a fairly reasonably scoped project). -- Matthew Caron, Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Why is libphobos not a shared library?

2012-06-14 Thread Matthew Caron
why? Are there any plans to change it to use a shared library? -- Matthew Caron, Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

Re: libphobos on ARM

2012-06-04 Thread Matthew Caron
point. Recompiling libphobos with: -march=armv5t -mfloat-abi=soft -fno-section-anchors seems to fix it, now I just need to rebuild the whole toolchain the same way. Sorry for the trouble, but thanks a lot for the help -- Matthew Caron, Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1

Re: libphobos on ARM

2012-06-04 Thread Matthew Caron
sp, r11, #96; 0x60 0x00045450 <_D2gc3gcx3Gcx16fullcollectshellMFZk+248>: vldmia sp!, {d8-d15} 0x00045454 <_D2gc3gcx3Gcx16fullcollectshellMFZk+252>: pop {r4, r5, r6, r7, r8, r9, r10, r11, pc} 0x00045458 <_D2gc3gcx3Gcx16fullcollectshellMFZk+256>: andeq r12, r11, r0, asr r8 0x0004545c <_D2gc3gcx3Gcx16fullcollectshellMFZk+260>: andeq r12, r11, r12, asr r8 0x00045460 <_D2gc3gcx3Gcx16fullcollectshellMFZk+264>: andeq r0, r0, r9, lsr r9 ---Type to continue, or q to quit--- 0x00045464 <_D2gc3gcx3Gcx16fullcollectshellMFZk+268>: andeq r12, r11, r8, lsr #17 -- Matthew Caron, Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office

libphobos on ARM

2012-06-01 Thread Matthew Caron
hich appears to work correctly. Does anyone have any ideas/pointers/hey there, do it this way, dummy/etc? -- Matthew Caron, Build Engineer Sixnet, a Red Lion business | www.sixnet.com +1 (518) 877-5173 x138 office