Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Does MC-3020 optimize instance selection?

instance MC optimize selection
0
10 Posted

Does MC-3020 optimize instance selection?

0

ROX has researched the selection process and provided substantial optimization in MC-3020. During the first pass of translation, selection statements are identified of the form ‘select any [inst_ref] from instances of [key_letters] where [where clause]’ when the where clause is checking for equality of the identifier. Such selection statements represent a common pattern seen in many applications. (You may see reference in the archetypes to “special where” clauses.) MC-3020 optimizes these selections for code space by consolidating the searching into subroutines. This consolidation eliminates redundancy in the generated code. In addition, these selection functions allow some embedded processors to use internal registers more efficiently, thus improving speed. (Such speed-ups have been experienced with 8051 and 80C167 family processors using Tasking brand C compilers.) For future feature enhancement and for flexibility of customization, hooks into these scanning routines are provided at

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123