Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/19/07 08:29
Read: times


 
#135252 - Tests, reviews and such.
Responding to: ???'s previous message
... is that you must be sure that the processor/controller executes exactly what you have written.<p>

Well, that still leaves the possibility of the programmer having missed some critical little detail.

Important parts of the process are testing and reviews. Both are easier if the code is not in assembly. You can show the code to someone who doesn't speak that particular dialect of assembly and he'll still be able to understand most of it.

Which is not really the case if you rely on a HLL(-ish) compiler, notabene if it is closed source. Not to mention if it is such a crappy language as per error catching features as C is.

Have you seen the MISRA rules ? They do eliminate a lot of the pitfalls of C. At the cost of larger and slower code, that's why most people aren't using them if they are not forced to do so.



List of 42 messages in thread
TopicAuthorDate
Unbelieveable nonsence            01/01/70 00:00      
   I don't know ...            01/01/70 00:00      
      my understanding of \"things that have to work\"...            01/01/70 00:00      
         Tests, reviews and such.            01/01/70 00:00      
            rules? What rules?            01/01/70 00:00      
               sounds like assembler to me            01/01/70 00:00      
                  naaaah            01/01/70 00:00      
                  I agree            01/01/70 00:00      
                     OK, but this is a particular application...            01/01/70 00:00      
                        valid only for cheaspskates and stressers            01/01/70 00:00      
                           I stumbled across a compiler bug, once.            01/01/70 00:00      
                              so did I            01/01/70 00:00      
                           Were you looking for bugs?            01/01/70 00:00      
                              HUH            01/01/70 00:00      
                                 It\'s not that you should look. That is THEIR job!            01/01/70 00:00      
                                    a diffgerent tone            01/01/70 00:00      
                                       Erik, you need to learn to read ...            01/01/70 00:00      
                                          mustard            01/01/70 00:00      
                              Too close to the bone            01/01/70 00:00      
                                 Shilling for Keil            01/01/70 00:00      
                                    at least you wouldn\'t deny it ...            01/01/70 00:00      
                                 Steve, you are right, I suppose, but ...            01/01/70 00:00      
                                    Keil is Old            01/01/70 00:00      
                                    That\'s enough            01/01/70 00:00      
                           how good is good enough?            01/01/70 00:00      
                              comments            01/01/70 00:00      
                                 I am not good in this sort of fights...            01/01/70 00:00      
                                    not arguing, clarifying            01/01/70 00:00      
                                       the difference is in the complexity of tools            01/01/70 00:00      
                                          but, if you had said so            01/01/70 00:00      
   why deal with them?            01/01/70 00:00      
      just a thought...            01/01/70 00:00      
         What's "V&V docs" (sorry for my stupidity)?            01/01/70 00:00      
            V&V            01/01/70 00:00      
               thanks            01/01/70 00:00      
      Customers!            01/01/70 00:00      
         ancient Greek            01/01/70 00:00      
            Large projects?            01/01/70 00:00      
   what about...            01/01/70 00:00      
    Unbelieveable??            01/01/70 00:00      
   Avionics compiler            01/01/70 00:00      
      The Blue screen of Death            01/01/70 00:00      

Back to Subject List