element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • Experts & Guidance
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • Store
    Store
    • Visit Your Store
    • 'Choose another store...'
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Personal Blogs
  • Members
  • More
Personal Blogs
Legacy Personal Blogs C switch statements
  • Blog
  • Documents
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Blog Post Actions
  • Subscribe by email
  • More
  • Cancel
  • Share
  • Subscribe by email
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: mlease
  • Date Created: 24 Oct 2013 5:43 AM Date Created
  • Views 555 views
  • Likes 0 likes
  • Comments 4 comments
  • if-then-else
  • low_power_firmware
  • firmware
  • firmware_design
  • switch_statement
Related
Recommended

C switch statements

mlease
mlease
24 Oct 2013

This week I covered several approaches to make large switch statements execute faster and save power. Switch statements are a great way to help keep your code readable but it is easy to forget they can turn into a long sequence of if-then-else statements.

 

http://cmicrotek.com/wordpress_159256135/?p=156

  • Sign in to reply
  • michaelkellett
    michaelkellett over 9 years ago

    @Mike,

     

    Do you have any measured data to show the benefits of your design suggestions in terms of power reduction ?

     

    My approach would be to write code which most clearly expresses (in my case in C, VHDL or Verilog) intent and in the first instance to let the tools do the optimisation. So if I was desperate to optimise power consumption I would start with a nice clear case statement (assuming that was the obvious way to code, using an enumerated type for the switch variable for safety and clarity). Then I would want to measure any benefit from changing from the best compiler optimisation to "power crafted" code.

     

    MK

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 9 years ago in reply to mlease

    Hi Mike,

     

    Also stress the fall through effect if you do not include Break statements.

    I have seen a number of applications tripped up by a slight over sight.  Leads to those gremlin type of issues.

     

    DAB


    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mlease
    mlease over 9 years ago in reply to DAB

    DAB, thank you for your comment. I agree completely and will add that many of the errors they cause can be difficult to track down to resolve.

     

    Most of the techniques I described for making switch statements more power efficient either don't actually use switch statements or break them down into multiple smaller, more manageable switch statements. All these approaches have the benefit of making the programmer slow down, think about what they are doing and design their code instead of just throwing a bunch of cases into a switch statement.

     

    Mike

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • DAB
    DAB over 9 years ago

    Hi Mike,

     

    I should temper your enthusiasm a little.

    Large Switch statement lists often lead to a world of reliablity issues.

    When you calculate the probability of error, the Switch statement leads to more software defects than any other single Software statement.

     

    So yes they are useful, but they are also dangerous if you do not build up a solid decision tree around them to reduce the possibility for errors in your code.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube