Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,895,525,816 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

data flow analysis

   Also found in: Acronyms, Wikipedia 0.01 sec.
data flow analysis [′dad·ə ¦flō ə‚nal·ə·səs]
(computer science)
The development of models for the movement of information within an organization, indicating the sources and destinations of information and where and how information is transmitted, processed, and stored.

(programming)data flow analysis - A process to discover the dependencies between different data items manipulated by a program. The order of execution in a data driven language is determined solely by the data dependencies. For example, given the equations

1. X = A + B 2. B = 2 + 2 3. A = 3 + 4

a data-flow analysis would find that 2 and 3 must be evaluated before 1. Since there are no data dependencies between 2 and 3, they may be evaluated in any order, including in parallel.

This technique is implemented in hardware in some pipelined processors with multiple functional units. It allows instructions to be executed as soon as their inputs are available, independent of the original program order.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
Overall, the data flow analysis is quite complex and requires, in the worst case, quadratic time in the number of verified instructions[66].
For example, a small hospital's internal paper data flow analysis might indicate 12 departments by four hours each, and 28 unique reports by two hours each--for a total of 100 hours.
SOCworks partnership with Model Technology enables designers to run the ModelSim(tm) simulator with the actual platform vendor IP to generate substantive system performance and data flow analysis information.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.