User Ilya - Stack Overflowmost recent 30 from stackoverflow.com2009-12-06T11:32:04Zhttp://stackoverflow.com/feeds/user/6807http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/101774/what-is-your-bug-task-tracking-tool35What is your bug/task tracking tool?Ilya 2008-09-19T13:25:28Z2009-11-23T21:30:16Z
<p>This is a placeholder for overviews of bug/task tracking systems. </p>
<p>What i want to do here is: </p>
<ol>
<li>List all tools used in the industry (please provide a link to the tool discussed)</li>
<li>Gather opinions on each tool (please back up your opinion with facts i.e provide advantages and disadvantages)</li>
</ol>
<p>Please put each tool in separate answer and please make it community owned wiki to give an option to add/edit to as many people as possible. </p>
<p><hr /></p>
<h2>Related posts:</h2>
<blockquote>
<p><a href="http://stackoverflow.com/questions/100162/what-is-your-tool-for-version-control-faq">What is your tool for version control (FAQ)</a><br />
<a href="http://stackoverflow.com/questions/86394/freecheap-taskbug-management-software">Free/Cheap Task/Bug Management software</a><br />
<a href="http://stackoverflow.com/questions/12328/what-bug-tracking-software-do-you-use">What bug tracking software do you use?</a> </p>
</blockquote>
http://stackoverflow.com/questions/100162/what-is-your-tool-for-version-control-faq7What is your tool for version control (FAQ)Ilya 2008-09-19T07:05:46Z2009-11-20T17:50:02Z
<p>Hi all, </p>
<p>This is a placeholder to version control system overview. </p>
<p>What i want to do here is :<br />
1) List all tools used in the industry.(please provide a link to the tool discussed).<br />
2) Gather ppl opinion on each tool.(Please back up your opinion with facts i.e provide advantages and disadvantages)</p>
<p>Cross Links:
<a href="http://stackoverflow.com/questions/101774/what-is-your-bugtask-tracking-tool-faq">What is your bug/task tracking tool (FAQ)</a> </p>
<p>Please put each tool in separate answer and please make it community owned wiki to give an option to add/edit to as many ppl as possible. </p>
http://stackoverflow.com/questions/1503618/ethernet-usb-communication/1520256#15202560Answer by Ilya for Ethernet - USB communicationIlya 2009-10-05T13:59:49Z2009-10-05T13:59:49Z<p>It's <a href="http://www.usb-over-network.com/" rel="nofollow">doable</a> on windows as well, but you need a lot of kernel/usb knowledge to make it work i don't think i will be wrong by estimating this task as few man years (you can reduce this estimation dramatically if you have a limited selection of devices/types of device to support.<br />
You will need to develop a bus driver that will simulate the host controller driver to the native usb host, unfortunately this interface is not public and we did not managed to get MS cooperation on that.<br />
There is additional option to work on hub level, instead on controller level, this interface is available, but i did not managed to find my notes on that.<br />
You can download the <a href="http://www.fabulatech.com/usb-over-network-download.html" rel="nofollow">evaluation version</a> and investigate the driver stack it might give you a clue where to start. </p>
http://stackoverflow.com/questions/1354421/winusb-application-or-user-mode-driver-as-a-filter-driver-for-usb-analysis-sniffe/1362179#13621792Answer by Ilya for WinUSB application or User-Mode Driver as a filter driver for USB Analysis/Sniffer/TrendingIlya 2009-09-01T12:17:22Z2009-09-01T12:17:22Z<p>You must write filter driver. There is no other way to intercept traffic generated by other devices. And you can use newer versions of DDK i.e KMDF for this task it will make your life easier. But i think it will be more cheap and effective just to get hardware bus analyzer.
There is good overview by OSR <a href="http://www.osronline.com/article.cfm?id=533" rel="nofollow">here</a>, you must signed in to read this, but i strongly advice to sign in any way if you are going to do any kernel mode development.</p>
http://stackoverflow.com/questions/1348636/how-to-get-started-with-drivers-programming-under-windows/1362143#13621431Answer by Ilya for How to get started with Drivers Programming under windows Ilya 2009-09-01T12:10:36Z2009-09-01T12:10:36Z<p>Must see <a href="http://www.osronline.com/" rel="nofollow">resource</a> for windows driver development, of course as addition to the WDK mentioned by <a href="http://stackoverflow.com/questions/1348636/how-to-get-started-with-drivers-programming-under-windows/1348786#1348786">Eric</a>. </p>
http://stackoverflow.com/questions/62946/misra-standard-for-embedded-software2Misra standard for embedded software.Ilya 2008-09-15T13:39:28Z2009-08-18T05:42:44Z
<p>Hi
I have a requirement to make a large amount of code MISRA compliant.<br />
First question: Can somebody to give an <strong>estimation</strong> for passing well written code for embedded system based on experience. I understand that "well written" is poorly defined and vague so i ask for raw estimation.<br />
Second question: Any recommendation for tool that can be customizable (i.e allowing suppress specific warnings) and used in automatic build environment (i.e command line interface)<br />
Any other useful suggestions that can help with this task.<br />
Thanks Ilya. </p>
http://stackoverflow.com/questions/296922/mips-calculation-for-embedded-software5Mips calculation for embedded softwareIlya 2008-11-17T21:06:59Z2009-07-15T07:57:23Z
<p>Hello, </p>
<p>I have been recently (and repeatedly) asked by customers about <a href="http://en.wikipedia.org/wiki/Instructions_per_second" rel="nofollow">MIPS</a> needed to run our software. Usually we was able to get rid of this questions by explaining the customer that this is really depend on the cpu/os/hw (our software is highly portable) and/or use case (i.e. how our software is used). </p>
<p>But I have a last one not only very stubborn but in addition provides good reasons to be stubborn. :) He wants an estimate because he is not sure he has enough power to run our software, so buying the software before this estimate is not logical. (We can't provide the demo/evaluation since it will require significant amount of work to run on this specific platform.)</p>
<p>And now the the question: Does somebody have an experience with such task on any piece of hw with any software? Any real life example will be really helpful. I have an option to run our software on many OS and many hardware. So if you know any tool for such estimate on any hardware there is a chance I can use it or at least get an idea. For know I only know how to measure CPU load on <a href="http://www.ecoscentric.com/" rel="nofollow">eCosPro OS</a>. </p>
<p><strong>Edit:</strong></p>
<p>Using probe is actually a good idea, assuming that i can create a control environment where only my software is running all instruction i can count is mine, and i guess probe has an interface to do it. Actually i have a few different hardware debuggers and if somebody have experience how to do it will be really good, any way I'm going to read some documentation tomorrow and hopefully will find something in this direction. </p>
http://stackoverflow.com/questions/1115698/how-to-compile-a-c-file-without-visual-studio/1115824#11158240Answer by Ilya for How to compile a C file without visual studioIlya 2009-07-12T11:09:08Z2009-07-12T11:09:08Z<p>Compiling the 'c' file from command line is easy and you have many answers to start with. However working with projects is a different thing and you will need to have a tool that will do it. Microsoft nmake was mentioned before, but i will suggest using <a href="http://www.gnu.org/software/make/manual/" rel="nofollow">gnu make</a> utility that used for managing build. It is compiler independent, old (meaning proven) and very flexible tools that will allow you to create very robust build environment. </p>
http://stackoverflow.com/questions/1042911/write-a-custom-pcie-hotplug-linux-2-6-x-driver/1044569#10445690Answer by Ilya for Write a custom PCIe hotplug Linux 2.6.x driverIlya 2009-06-25T15:24:56Z2009-06-28T06:50:07Z<p>This is very broad question. You need to design you code in the way that will support device removal. You can take an example from any usb driver /usr/src/linux/drivers/usb/... which is removable by nature. </p>
<p>Comment response:<br />
No it's not, USB subsystem is not responsible for synchronization in your driver.
There is a lot of ways to synchronize ref count you can use interlocked operation or use a spinlock or ...<br />
There is a good <a href="http://www.osronline.com/article.cfm?article=86" rel="nofollow">document</a> describing synchronization primitives on Windows, the terminology is a bit different but the concepts are same, so i recommend. </p>
http://stackoverflow.com/questions/1018429/usb-clear-endpoint-feature/1023970#10239701Answer by Ilya for USB Clear Endpoint FeatureIlya 2009-06-21T14:02:53Z2009-06-21T14:02:53Z<p>I suggest to use <a href="http://sourceforge.net/projects/usbsnoop/" rel="nofollow">usb snoopy</a> (software usb analyzer) in order to understand what are you doing wrong. If you have any budget you better got hardware usb analyzer such us <a href="http://www.lecroy.com/tm/products/ProtocolAnalyzers/usb.asp?menuid=67" rel="nofollow">Lecroy</a> or <a href="http://www.ellisys.com/products/usbex200/index.php" rel="nofollow">Ellisys</a>. Or get a commercial CDC driver there is plenty available just google for cdc driver.
Your problem description is very general and can be addressed directly. </p>
http://stackoverflow.com/questions/1023519/parameter-checks-vs-function-call-overhead/1023915#10239151Answer by Ilya for Parameter Checks vs Function Call OverheadIlya 2009-06-21T13:40:37Z2009-06-21T13:40:37Z<p>I usually advise using a lot of ASSERTS.I.e. in the debug mode you can check everything more is better.<br />
Error handling in the release mode i will do only when i really can find a problem. For example i would not check buffer pointers for NULL in release mode (Null is a very small example of invalid pointer), but i would check for size of buffer if my buffer is limited. </p>
http://stackoverflow.com/questions/805634/how-do-i-create-a-netlink-between-kernel-and-userspace/806156#806156-1Answer by Ilya for How do I create a "netlink" between kernel and userspace?Ilya 2009-04-30T09:44:44Z2009-04-30T09:44:44Z<p>I would suggest <a href="http://linux.die.net/man/2/ioctl" rel="nofollow">ioctl</a> for kernel/user communication. The ioctl interface is standard and the chance of been updated between kernels is small. </p>
http://stackoverflow.com/questions/718309/using-boost-in-wdk-build-environment-for-applications/719349#719349-1Answer by Ilya for Using boost in WDK build environment for applications?Ilya 2009-04-05T17:40:04Z2009-04-05T17:40:04Z<p>I would suggest going different way, i.e compiling driver from VS200.x using <a href="http://www.hollistech.com/Resources/ddkbuild/ddkbuild.htm" rel="nofollow">this</a> (ddkbuild) nice tool. </p>
<p>Being myself a command line person and using makefiles everywhere possible, i find build utility not useful for complex project.There is tons of limitation within MS build utility and i would recommend using VS environment for compiling your project.</p>
<p>I'm not sure if there is a howto in the ddkbuild, but it's straight forward to integrate ddkbuild.bat into VS custom build option. </p>
http://stackoverflow.com/questions/647838/audiomp3-codecs-for-embedded-application1Audio(mp3) codecs for embedded application Ilya 2009-03-15T13:53:13Z2009-03-27T09:08:48Z
<p>Hi, </p>
<p>I'm looking for software based codec library to be used in embedded application (c/c++). I'm interested in both commercial and free codec libraries as well.
Any suggestion will be welcomed. </p>
<p>In additional if somebody have any experience with <a href="http://www.khronos.org/opensles/" rel="nofollow">OpenSL ES</a> and know which software/hardware solutions are compatible i will be glad to hear about. </p>
<p>Thanks. </p>
<p>Clarification: </p>
<p>I need to support popular codecs mp3 is a must. I'm implementing a media player reference for embedded application and can't just tell user: "<em>hey convert all your music library to Vorbis it's much better</em>" :) </p>
<p>Additional clarification: </p>
<p>I'm looking for mp3 codec which is mandatory, but will be glad to find more advanced library handling more codecs (more audio codecs, video, codecs etc ...) </p>
http://stackoverflow.com/questions/678033/how-to-avoid-code-duplication-between-similar-isrs/678182#6781821Answer by Ilya for How to avoid code duplication between similar ISRs?Ilya 2009-03-24T16:29:36Z2009-03-24T16:29:36Z<p>are you sure that your compiler will not optimize a function calls ?<br />
You definitely can use a macros to generate this code automatically, but it will be a bit ugly :</p>
<pre><code>#define __CONCAT(a,b) a ## b
#define ISR_DECLARE(name) \
\
void __attribute__((__interrupt__)) _CONCAT(name,_interrupt)(void) \
{ \
/* Clear interrupt flag */ \
name.IF = 0; \
\
if (name.IS_FULL) \
{ \
/* Read data from device */ \
data = _CONCAT(name, _rx_buffer); \
} \
else \
{ \
/* do something else using registers of device 1 */ \
}\
/* More stuff using registers of device 1 */ \
</code></pre>
<p>}</p>
<p>and then: </p>
<pre><code>ISR_DECLARE(dev_1)
ISR_DECLARE(dev_2)
</code></pre>
<p>But i would strongly suggest to check first if your compiler will optimize the code using inline, as suggested in previous posts. </p>
http://stackoverflow.com/questions/676969/does-boot-loader-mind-kernel-import-declarations/678034#6780341Answer by Ilya for Does Boot loader mind kernel import declarations?Ilya 2009-03-24T15:49:32Z2009-03-24T15:49:32Z<p>I suggest to ask this question in <a href="http://www.osronline.com/cf.cfm?PageURL=showlists.CFM?list=NTDEV" rel="nofollow">ntdev</a> mailing list.
To be answered you better explain why you need this information and what are you trying to do. I can assure that on this list you will find people capable to answer on this, can't assure however that you will be answered. They are a bit touchy about "hack smelling". </p>
http://stackoverflow.com/questions/647345/does-anyone-follow-the-misra-c-specification/647896#6478960Answer by Ilya for Does anyone follow the MISRA C Specification?Ilya 2009-03-15T14:29:24Z2009-03-15T15:49:02Z<p>You might find the answers to <a href="http://stackoverflow.com/questions/62946/misra-standard-for-embedded-software">my question</a> about misra useful.
In general if you are starting from the beginning it's a good standard to follow, you can modify it a bit to adapt to your specific needs, but it's a good start. Porting existing code is a bit time consuming and not always worth an effort. </p>
http://stackoverflow.com/questions/574401/do-most-modern-kernels-use-dma-for-network-io-with-generic-ethernet-controllers/575165#5751651Answer by Ilya for Do most modern kernels use DMA for network IO with generic Ethernet controllers?Ilya 2009-02-22T16:28:50Z2009-02-22T16:28:50Z<p>The question should be a bit different: </p>
<blockquote>
<p>Is typical network adapter have dma
controller on board ?</p>
</blockquote>
<p>After finding answer on this question ( i guess in 99.9% it will be yes), you should ask about specific driver for each card. I assume that any decent driver will fully utilize hardware capabilities (i.e DMA support in our case), but question about OS is not relevant, since no OS can force the driver to implement DMA support. A high level OS like Windows and Linux provide a primitives to easier implementation of DMA, but implementing is responsibility of the driver. </p>
http://stackoverflow.com/questions/242587/exception-handling-architecture/242603#2426031Answer by Ilya for Exception handling architectureIlya 2008-10-28T08:59:28Z2009-02-19T14:55:15Z<p>A <a href="http://www.joelonsoftware.com/items/2003/10/13.html" rel="nofollow">good article</a> from Joel about exceptions (IMHO). </p>
http://stackoverflow.com/questions/560904/automatically-deleting-unused-local-variables-from-c-source-code/560923#5609230Answer by Ilya for Automatically deleting unused local variables from C source codeIlya 2009-02-18T12:48:37Z2009-02-18T12:48:37Z<p><a href="http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis" rel="nofollow">Static code analysis tools</a> in additional to warning level as Paul correctly stated. </p>
http://stackoverflow.com/questions/555923/simple-usb-host-stack/560681#5606811Answer by Ilya for Simple USB host stackIlya 2009-02-18T11:29:53Z2009-02-18T11:29:53Z<p>First of all if i remember correctly AT91SAM9261S have <a href="ftp://ftp.compaq.com/pub/supportinformation/papers/hcir1_0a.pdf" rel="nofollow">OHCI usb controller</a> on board and you need to implement at least simple host controller driver (you can take a look on Linux implementation) . Depending on the transfer types your device will be using it might be not very hard - to very hard :) There is no trivial way to implement usb stack.
After implementing a controller driver you will need to take care usb device enumeration part take a look at Chapter 9 of <a href="http://mprolab.teipir.gr/vivlio80X86/usb11.pdf" rel="nofollow">USB spec</a>. And only after this you can start implementing your device logic. </p>
<p>For simplified use case there is a lot of code that could be omitted, but without good usb background is hard to decide what is relevant and what is not. </p>
<p>Any way if you are looking for commercial solution <a href="http://www.jungo.com/st/usbware_embedded_usb_solution.html" rel="nofollow">my company</a> can provide one. </p>
http://stackoverflow.com/questions/461655/dynamic-link-error/461749#4617490Answer by Ilya for Dynamic Link ErrorIlya 2009-01-20T15:27:34Z2009-01-20T15:27:34Z<p>The change from 1000.0 to 1000 suggest problem with floating point operation. Try cast 1000.0 to (int) and see if you have any progress. </p>
<p>Changing the sign < to > sounds not reasonable to lead to any changes... </p>
http://stackoverflow.com/questions/455408/formating-file-on-windows1Formating file on windows Ilya 2009-01-18T16:31:40Z2009-01-19T12:42:04Z
<p>Hi,</p>
<p>Following <a href="http://stackoverflow.com/questions/455297/creating-big-file-on-windows">my question</a> about creating files.<br />
After fast creation of large file, now i need to create a file system on this file.
How can i create something like <a href="http://en.wikipedia.org/wiki/Loop_device" rel="nofollow">Loop device</a> on Linux. After this i guess formatting will be really easy. Any alternative method (instead mounting) for formatting file to different FAT (12/32) and ext3 are welcomed :) </p>
<p>I would prefer to do it in C/C++, but in the worst case i can use external commands i.e
running ready executable from my application. </p>
<p><strong>Edit:</strong><br />
It seems like Windows does not allow this natively, so it will be best to find some application that doing <strong>exactly</strong> this i.e mounting file as a files system. Otherwise i have a problem with open source licenses.</p>
http://stackoverflow.com/questions/457129/where-to-start-self-learning-c-or-should-i-learn-i-learn-a-different-language/457407#4574071Answer by Ilya for Where to start (self-)learning C, or should I learn I learn a different language?Ilya 2009-01-19T12:10:39Z2009-01-19T12:10:39Z<p>After reading the "The C Programming Language" like many suggested i would start looking into open source projects and learn from practical examples. There is a lot and it's not easy to find the right one, but learning from reading good code is the best alternative for learning from good coder :)<br />
If you have one around: pair programming or just mutual code reviews is the best way to learn. </p>
http://stackoverflow.com/questions/456198/code-ordering-in-source-files-forward-declarations-vs-dont-repeat-yourself/456913#4569130Answer by Ilya for Code Ordering in Source Files - Forward Declarations vs "Don't Repeat Yourself"?Ilya 2009-01-19T08:46:37Z2009-01-19T08:46:37Z<blockquote>
<p>How much does it matter to you?</p>
</blockquote>
<p>It's not. </p>
<p>It is important that all local function will be marked as <code>static</code>, but for my opinion defining how to group function in the file is too much. There is no strong reasoning for any version and i don't find any strong disadvantage ever. </p>
<p>In general coding convention is very important and we trying to define as much as possible, but in this case my feeling, that this is unjustified overhead. </p>
<p>After reading all posts again it seems like i should simply upvote (which i did) <a href="http://stackoverflow.com/questions/456198/code-ordering-in-source-files-forward-declarations-vs-dont-repeat-yourself#456301">Darius</a> answer, instead writing all of these ... </p>
http://stackoverflow.com/questions/455297/creating-big-file-on-windows7Creating big file on WindowsIlya 2009-01-18T15:18:19Z2009-01-18T16:13:37Z
<p>Hi, </p>
<p>I need to create big relatively big (1-8 GB) files. What is the fastest way to do so on Windows using C or C++ ? I need to create them on the fly and the speed is really an issue. File will be used for storage emulation i.e will be access randomly in different offsets and i need that all storage will be preallocate but not initialized, currently we are writing all storage with dummy data and it's taking too long. </p>
<p>Thanks. </p>
http://stackoverflow.com/questions/444964/is-it-possible-to-communicate-directly-over-usb/447748#4477480Answer by Ilya for Is it possible to communicate directly over USB?Ilya 2009-01-15T17:45:35Z2009-01-15T17:45:35Z<p>I guess with a <strong>lot</strong> of kernel work you might get something like this to work.
There is an existing <a href="http://www.usb-over-network.com/" rel="nofollow">product</a> that can transfer usb other network. So i guess it simulate usb host controller or something similar. If you can simulate host controller you can simulate actual device connected to this controller. And let the user mode application to control this device.<br />
But i would estimate it as an at least 6 MM project for experienced kernel programmer with deep understanding of USB protocol in additional.<br />
And the main question is why ? I can't find any logical reason for this use case (does not mean that it's not exists). </p>
http://stackoverflow.com/questions/442833/forcing-driver-to-device-match/443005#4430050Answer by Ilya for Forcing driver to device matchIlya 2009-01-14T13:48:26Z2009-01-14T13:48:26Z<p>You don't need actually recompile the whole kernel, recompiling only relevant kernel module with updated match table will be enough, in case that <a href="http://stackoverflow.com/questions/442833/forcing-driver-to-device-match#442867">this</a> answer, does not work on your kernel. </p>
http://stackoverflow.com/questions/435834/what-type-of-programs-are-best-written-in-c/435952#4359520Answer by Ilya for What type of programs are best written in CIlya 2009-01-12T16:22:04Z2009-01-12T16:22:04Z<p>Before actually write C code, i would suggest first read good C code.<br />
Choose subject you want to concentrate on, basically any application can be written in C, but i assume GUI application will be not your first choice, and find few open source projects to look into. </p>
<p>Not any open source project is best code to look. I assume that after you will select a subject there is a place for another question, ask for best open source project in the field.<br />
Play with it, understand how it's working modify some functionality...<br />
Best way to learn is learn from somebody good. </p>
http://stackoverflow.com/questions/431456/how-can-i-make-a-usb-flash-drive-appear-not-appear-as-a-cd-drive/432891#4328910Answer by Ilya for How can I make a USB flash drive appear/not appear as a CD drive?Ilya 2009-01-11T12:59:02Z2009-01-11T12:59:02Z<p>Ok, there is 2 questions here :</p>
<p>1) How can I make it appear as a USB drive instead? </p>
<p>It's depends on device itself. I can see 2 options. </p>
<ul>
<li>Device support writing, but represent itself as CDROM and read only. In this case you just need to tweak the device descriptor and you will get working storage device. </li>
<li>Device does not implement write and nothing can be done. </li>
</ul>
<p>By tweaking device descriptor i mean filter driver that will receive device descriptor and will pass a modified one to Windows. Writing filter driver is not very hard and you can find an examples of filter driver in Driver development Kit. A basic understanding of USB protocol will be needed as well. </p>
<p>2) Conversely, if I wanted to do the same thing for myself, how would I make it appear as a CD drive?</p>
<p>Basically same, filter driver that will change the device descriptor to be recognized by CDROM device, but in additional once Windows will recognize CDROM it will send additional SCSI commands to device. Ideally device will just return unsupported command and it's OK, but from my experience most devices are not generic enough and the behavior will be undefined. In this case you will need additional filter driver that will catch this additional commands and will complete the commands without actually sending them to device. </p>
<p>P.S<br />
My answer assume that you don't have access to device firmware, If you do have access to firmware it's really easy to accomplish by modifying device descriptor and making sure that not supported commands are handled correctly. </p>
<p>P.P.S<br />
I don't provide any links to resources since i don't think that practically you going to implement this. If I'm wrong let me know and i will provide relevant resources. Ok one <a href="http://en.wikipedia.org/wiki/USB#USB_mass-storage" rel="nofollow">link</a> with general information</p>
http://stackoverflow.com/questions/1017248/how-to-test-berkley-socket-bsd-apiComment by Ilya on How to test Berkley socket (BSD) API?Ilya 2009-09-22T13:43:55Z2009-09-22T13:43:55Zi have a similar requirements. Did you managed to get something to work ? http://stackoverflow.com/questions/1348636/how-to-get-started-with-drivers-programming-under-windows/1349957#1349957Comment by Ilya on How to get started with Drivers Programming under windows Ilya 2009-09-01T12:09:42Z2009-09-01T12:09:42ZWe world of drivers is much bigger than just usb. There is very limited (relatively) number of tasks you can do with user mode usb drivers, especially with WinUSB for example there is no support for isoch pipes or selective suspend.http://stackoverflow.com/questions/110684/what-coding-techniques-do-you-use-for-optimising-c-programs/110824#110824Comment by Ilya on What coding techniques do you use for optimising C programs?Ilya 2009-08-31T13:17:19Z2009-08-31T13:17:19Zi working with all major compiles on more than 20 embedded os's with tens of hardware platforms what you suggesting is not feasible or at least not practical. Life is usually more simple that we think ... http://stackoverflow.com/questions/410980/include-a-text-file-in-a-c-program-as-a-char/411714#411714Comment by Ilya on "#include" a text file in a C program as a char[]Ilya 2009-07-29T15:32:07Z2009-07-29T15:32:07Zquotation, or whatever it's called, pardon my Englishhttp://stackoverflow.com/questions/1178530/c-function-decorators-wrappers-at-compile-timeComment by Ilya on C function decorators (wrappers) at compile timeIlya 2009-07-26T09:10:07Z2009-07-26T09:10:07ZI'm with Steve here. The code looks just find and not very complex. If you can clearly separate debug and release logic you can do it a bit more clean, but in general it's just fine. We use this logic all the time to add <b>FILE</b> <b>LINE</b> information for debugging purposes. http://stackoverflow.com/questions/1115698/how-to-compile-a-c-file-without-visual-studio/1115848#1115848Comment by Ilya on How to compile a C file without visual studioIlya 2009-07-12T14:34:44Z2009-07-12T14:34:44Zthis will create a console application that still need to be compiled by IDE, OP asked how to compile without IDE ... http://stackoverflow.com/questions/1085742/after-having-started-a-project-and-suddenly-having-found-new-competition-how-do/1085763#1085763Comment by Ilya on After having started a project and suddenly having found new competition, how do you convince yourself to keep going?Ilya 2009-07-06T18:01:40Z2009-07-06T18:01:40ZMore than that, if i would have some project that does not have a competition i would start worry. Competition is the best sign that you have a potential market. http://stackoverflow.com/questions/1073397/while1-break-instead-of-goto/1073591#1073591Comment by Ilya on while(1) .. break instead of gotoIlya 2009-07-02T15:36:16Z2009-07-02T15:36:16ZActually it's not only Linux kernel, Windows Drivers samples from MS full of goto's, Solaris unix kernel drivers use it as well, BSD kernel code, etc ... The bottom line goto is used and used widely mostly by people knowing what they are doing. http://stackoverflow.com/questions/718309/using-boost-in-wdk-build-environment-for-applications/719349#719349Comment by Ilya on Using boost in WDK build environment for applications?Ilya 2009-04-06T13:56:17Z2009-04-06T13:56:17ZIf you are choose not going that extra mile (like me:) ), you still in better position than a pure command line build, i.e the situation is not worse with driver and much better with user mode application. http://stackoverflow.com/questions/718309/using-boost-in-wdk-build-environment-for-applications/719349#719349Comment by Ilya on Using boost in WDK build environment for applications?Ilya 2009-04-06T11:32:22Z2009-04-06T11:32:22ZI'm not 100% sure but i think it's possible to display errors and warnings in the VS log, but any way it's same as using build from command line you need to open log files to see the errors. http://stackoverflow.com/questions/718309/using-boost-in-wdk-build-environment-for-applications/718515#718515Comment by Ilya on Using boost in WDK build environment for applications?Ilya 2009-04-06T11:31:46Z2009-04-06T11:31:46ZI suggested to use ddkbuild for building driver and using standard vs project to build the application. You will have a solution that one of the projects (driver) will be build with custom build using ddkbuild and second one (Boost) will be build standard way.http://stackoverflow.com/questions/687989/best-build-system-for-embedded-development-cross-compiling/688007#688007Comment by Ilya on Best build system for embedded development/cross-compilingIlya 2009-03-27T20:15:47Z2009-03-27T20:15:47Zwe managing our product compiled for ten's of different hw platforms and using many different compilers using this method it's the best way one can choose. http://stackoverflow.com/questions/647838/audiomp3-codecs-for-embedded-application/689016#689016Comment by Ilya on Audio(mp3) codecs for embedded application Ilya 2009-03-27T19:05:22Z2009-03-27T19:05:22Z Hm, i aware about NXP software even visiting them for meeting. Good point, they might have what i need. Thanks, i will renew my contacts here... http://stackoverflow.com/questions/678033/how-to-avoid-code-duplication-between-similar-isrs/678182#678182Comment by Ilya on How to avoid code duplication between similar ISRs?Ilya 2009-03-24T18:40:51Z2009-03-24T18:40:51Zas i sad this is preferred options, but you explicitly wanted macro so i gave an example. http://stackoverflow.com/questions/676969/does-boot-loader-mind-kernel-import-declarations/677882#677882Comment by Ilya on Does Boot loader mind kernel import declarations?Ilya 2009-03-24T15:43:48Z2009-03-24T15:43:48ZDo you have them to share ? :)
NT kernel source are not publicly available and your suggestion is just useless...