Map
Index
Random
Help
th

QuoteRef: stroB12_2004




Topic:
abstraction in programming language
Topic:
efficiency
Topic:
exception handling by try..catch
Topic:
hard real time systems
Topic:
object-oriented templates and containers
Group:
function

Reference

Stroustrup, B., "Abstraction and the C++ machine model", in Wu, Z., Chen, C., Guo, M., Bu, J. (ed.), Embedded software and systems. First International Conference, ICESS 2004, Hangzhou, China, Springer, December 2004, pp. 1-13. Google

Quotations
1 ;;Quote: C++'s abstraction mechanisms map a user's high-level concepts into a machine model without loss of time or space efficiency
6 ;;Quote: the cost of an exception is hard to predict; depends on depth of stack and number of objects; not suitable for hard real time
9 ;;Quote: parameterize with function objects; inlined; no code for unused template functions; much faster than function pointers
10 ;;Quote: high performance code using templates and arithmetic types such as FixPoint16; low-level details encoded in constants

Related Topics up

Topic: abstraction in programming language (47 items)
Topic: efficiency (96 items)
Topic: exception handling by try..catch (53 items)
Topic: hard real time systems (64 items)
Topic: object-oriented templates and containers (27 items)
Group: function   (12 topics, 232 quotes)

Collected barberCB 3/07
Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.