Zakładka z wyszukiwarką danych komponentów
  Polish  ▼
ALLDATASHEET.PL

X  

ST20-SWCPC Arkusz danych(PDF) 5 Page - STMicroelectronics

Numer części ST20-SWCPC
Szczegółowy opis  ST20 software development and debugging tools
Download  21 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
Producent  STMICROELECTRONICS [STMicroelectronics]
Strona internetowa  http://www.st.com
Logo STMICROELECTRONICS - STMicroelectronics

ST20-SWCPC Arkusz danych(HTML) 5 Page - STMicroelectronics

  ST20-SWCPC Datasheet HTML 1Page - STMicroelectronics ST20-SWCPC Datasheet HTML 2Page - STMicroelectronics ST20-SWCPC Datasheet HTML 3Page - STMicroelectronics ST20-SWCPC Datasheet HTML 4Page - STMicroelectronics ST20-SWCPC Datasheet HTML 5Page - STMicroelectronics ST20-SWCPC Datasheet HTML 6Page - STMicroelectronics ST20-SWCPC Datasheet HTML 7Page - STMicroelectronics ST20-SWCPC Datasheet HTML 8Page - STMicroelectronics ST20-SWCPC Datasheet HTML 9Page - STMicroelectronics Next Button
Zoom Inzoom in Zoom Outzoom out
 5 / 21 page
background image
ST20–SWC
5/21
2.2
ANSI C compilation system
2.2.1
Compiler operation
The compiler operates from a host command line interface. The preprocessor is integrated into the
compiler for fast execution. The compile time diagnostics provided by the compiler are comprehen-
sive and include type checking in expressions and type checking of function arguments.
2.2.2
ANSI conformance
The ST20 ANSI C Toolset supports the full standard language as defined in X3.159-1989. The
compiler passes all the tests in the validation suites from Plum Hall and Perennial.
2.2.3
Local optimized code generation
The compiler implements a wide range of local code optimization techniques.
Constant folding. The compiler evaluates all integer and real constant expressions at compile
time.
Workspace allocation. Frequently used variables are placed at small offsets in workspace, thus
reducing the size of the instructions needed to access them, and hence increasing the speed
of execution.
Dead-code elimination. Code that cannot be reached during the execution of the program is
removed.
Peephole optimization. Code sequences are selected that are the fastest for the operation.
Constant caching. Some constants have their load time reduced by placing them in a constant
table.
Unnecessary jumps are eliminated.
Switch statements can generate a number of different code sequences to cover the dense
ranges within the total range.
Special idioms that are better on ST20s are chosen for some code sequences.
2.2.4
Globally optimized code generation
The ANSI C globally optimizing compiler extends the types of optimizations it performs to global
techniques. These have typically given a 15–25 percent improvement in speed over the local opti-
mizations as measured by a suite of internal benchmarks.
Common sub-expression elimination removes the evaluation of an expression where it is
known that the value has already been computed; the value is stored in temporary local work-
space. This improves the speed of a program and reduces code size.
Loop-invariant code motion can move the position where an expression is evaluated from within
a loop to outside it. If the expression contains no variables that are changed during the execution
of a loop, then the expression can be evaluated just once before the loop is entered. By keeping
the result in a temporary, the speed of execution of the whole loop is increased.
Tail-call optimization reduces the number of calls and returns executed by a program. If the last
thing a function does is to invoke another function and immediately return the value there from,
then the compiler attempts to re-use the same workspace area by just jumping to (rather than
calling) the lower level function. The called function then returns directly to where the upper level
function was called from. In the case where the call is a recursive call to the same function, then
the workspace is exactly the right size, and a saving is also made because the stack adjustment
instructions are no longer needed either. This optimization saves speed and total stack space.


Podobny numer części - ST20-SWCPC

ProducentNumer częściArkusz danychSzczegółowy opis
logo
STMicroelectronics
ST20-SWC STMICROELECTRONICS-ST20-SWC Datasheet
70Kb / 6P
   C preprocessor for ST20 and T4/T8 transputers
ST20-SWC++/PC STMICROELECTRONICS-ST20-SWC++/PC Datasheet
70Kb / 6P
   C preprocessor for ST20 and T4/T8 transputers
ST20-SWC++/SUN STMICROELECTRONICS-ST20-SWC++/SUN Datasheet
70Kb / 6P
   C preprocessor for ST20 and T4/T8 transputers
ST20-SWC++PC STMICROELECTRONICS-ST20-SWC++PC Datasheet
70Kb / 6P
   C preprocessor for ST20 and T4/T8 transputers
ST20-SWC++SUN STMICROELECTRONICS-ST20-SWC++SUN Datasheet
70Kb / 6P
   C preprocessor for ST20 and T4/T8 transputers
More results

Podobny opis - ST20-SWCPC

ProducentNumer częściArkusz danychSzczegółowy opis
logo
Microchip Technology
MPLABXC8 MICROCHIP-MPLABXC8 Datasheet
5Mb / 12P
   Integrated Development Environment and Software Tools
Spring 2012
logo
Analog Devices
VDSP-BLKFN-PC-FULL AD-VDSP-BLKFN-PC-FULL Datasheet
1Mb / 4P
   VisualDSP Development and Debugging Environment
logo
NXP Semiconductors
CODEWARRIORPRDS NXP-CODEWARRIORPRDS Datasheet
416Kb / 9P
   Development Tools
REV 0
logo
STMicroelectronics
UM1928 STMICROELECTRONICS-UM1928 Datasheet
1Mb / 22P
   Getting started with STM32L476G discovery kit software development tools
August 2015 Rev 1
logo
Microchip Technology
MA180016 MICROCHIP-MA180016 Datasheet
104Kb / 2P
   PIC18F Development Tools
12/06
MA180016 MICROCHIP-MA180016 Datasheet
104Kb / 2P
   PIC18F Development Tools
12/06
logo
Broadcom Corporation.
CALISTO-BCM1500 BOARDCOM-CALISTO-BCM1500 Datasheet
685Kb / 2P
   SOFTWARE DEVELOPMENT KIT
BCM1600-BTE BOARDCOM-BCM1600-BTE Datasheet
437Kb / 2P
   BTE-AUDIO SOFTWARE AND DEVELOPMENT ENVIRONMENT
logo
STMicroelectronics
STREALIZER-II STMICROELECTRONICS-STREALIZER-II Datasheet
50Kb / 4P
   STREALIZER-II development software
November 2010 Rev 1
logo
NXP Semiconductors
DS91516A NXP-DS91516A Datasheet
2Mb / 6P
   Embedded Systems Development Tools
More results


Html Pages

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21


Arkusz danych Pobierz

Go To PDF Page


Link URL




Polityka prywatności
ALLDATASHEET.PL
Czy Alldatasheet okazała się pomocna?  [ DONATE ] 

O Alldatasheet   |   Reklama   |   Kontakt   |   Polityka prywatności   |   Linki   |   Lista producentów
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com