Click here to Skip to main content
15,886,137 members

Survey Results

Do you like to target specific chipsets when you program?

Survey period: 16 Sep 2013 to 23 Sep 2013

Do you want a write once, run anywhere API or do you enjoy talking dirty with instruction sets?

OptionVotes% 
I need to target specific chipsets in my work1139.32
I like being able to target (or optimise for) specific chipsets16713.78
I have no interest in the silicon. Abstract it away.62851.82
I don't know or never really thought about it30425.08



 
GeneralI have no interest in the silicon. Abstract it away. Pin
SOHAM_GANDHI3-Feb-14 6:38
SOHAM_GANDHI3-Feb-14 6:38 
GeneralChipsets not but... Pin
Nelek21-Sep-13 14:06
protectorNelek21-Sep-13 14:06 
GeneralAssumption Pin
Andy Bantly20-Sep-13 2:58
Andy Bantly20-Sep-13 2:58 
GeneralRe: Assumption Pin
Nelek21-Sep-13 14:01
protectorNelek21-Sep-13 14:01 
GeneralYes Pin
PIEBALDconsult19-Sep-13 18:17
mvePIEBALDconsult19-Sep-13 18:17 
GeneralRe: Yes Pin
Nelek21-Sep-13 13:54
protectorNelek21-Sep-13 13:54 
GeneralI'm very interested in the silicon... Pin
lewax0018-Sep-13 7:19
lewax0018-Sep-13 7:19 
GeneralI *have* an interest in silicon. Abstract it away. PinPopular
Rob Philpott16-Sep-13 6:24
Rob Philpott16-Sep-13 6:24 
GeneralRe: I *have* an interest in silicon. Abstract it away. Pin
Qwertie16-Sep-13 14:04
Qwertie16-Sep-13 14:04 
GeneralRe: I *have* an interest in silicon. Abstract it away. Pin
CDP180218-Sep-13 22:52
CDP180218-Sep-13 22:52 
GeneralEmbedded programming Pin
Mike Hankey16-Sep-13 3:34
mveMike Hankey16-Sep-13 3:34 
GeneralRe: Embedded programming Pin
Mycroft Holmes18-Sep-13 16:37
professionalMycroft Holmes18-Sep-13 16:37 
GeneralRe: Embedded programming Pin
Testing 1 2 ... uh... 7?20-Sep-13 11:03
Testing 1 2 ... uh... 7?20-Sep-13 11:03 
GeneralAside From Assembly Language Days Pin
W Balboos, GHB16-Sep-13 3:13
W Balboos, GHB16-Sep-13 3:13 
GeneralNeed to... but... Pin
Joan M15-Sep-13 23:01
professionalJoan M15-Sep-13 23:01 
GeneralRe: Need to... but... Pin
Jim Meadors16-Sep-13 19:49
Jim Meadors16-Sep-13 19:49 
GeneralRe: Need to... but... Pin
Nelek21-Sep-13 13:50
protectorNelek21-Sep-13 13:50 
GeneralGood code run everywhere Pin
R. Erasmus15-Sep-13 21:17
R. Erasmus15-Sep-13 21:17 
It's nice to get to develop for different- processors/systems as it teaches you how to develop code that works on all platforms (is portable). As well as various operating systems (also portable). Having said that, it is obvious that there are certain code which just cannot be made portable (features that exist in the one processor that doesn't with the other, for that we have #ifdef PROCESSOR_X) Systems that has limited memory capacity teaches you how to minimize memory usage. I'm fortunate here at my work for being given the opportunity to develop on various chipsets.
"Program testing can be used to show the presence of bugs, but never to show their absence."

<< please vote!! >>

GeneralHard chioce. PinPopular
John M. Drescher15-Sep-13 18:21
John M. Drescher15-Sep-13 18:21 
GeneralRe: Hard chioce. Pin
GregoryW15-Sep-13 20:43
GregoryW15-Sep-13 20:43 
GeneralRe: Hard chioce. Pin
Joan M15-Sep-13 22:55
professionalJoan M15-Sep-13 22:55 
GeneralRe: Hard chioce. Pin
ZurdoDev16-Sep-13 5:47
professionalZurdoDev16-Sep-13 5:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.