Software development for embedded multi core systems: a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems]
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Amsterdam [u.a.]
Elsevier [u.a.]
2008
|
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis Inhaltsverzeichnis Inhaltsverzeichnis |
Beschreibung: | Literaturangaben |
Beschreibung: | XIV, 420 S. Ill., graph. Darst. |
ISBN: | 9780750685399 0750685395 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035778837 | ||
003 | DE-604 | ||
005 | 20091112 | ||
007 | t | ||
008 | 091020s2008 ad|| |||| 00||| eng d | ||
010 | |a 2008006618 | ||
020 | |a 9780750685399 |9 978-0-7506-8539-9 | ||
020 | |a 0750685395 |9 0-7506-8539-5 | ||
035 | |a (OCoLC)263441681 | ||
035 | |a (DE-599)GBV562486631 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
049 | |a DE-83 | ||
050 | 0 | |a QA76.5 | |
084 | |a ST 153 |0 (DE-625)143597: |2 rvk | ||
084 | |a ST 230 |0 (DE-625)143617: |2 rvk | ||
100 | 1 | |a Domeika, Max |e Verfasser |4 aut | |
245 | 1 | 0 | |a Software development for embedded multi core systems |b a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] |c Max Domeika |
264 | 1 | |a Amsterdam [u.a.] |b Elsevier [u.a.] |c 2008 | |
300 | |a XIV, 420 S. |b Ill., graph. Darst. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Literaturangaben | ||
650 | 0 | |a Multiprocessors | |
650 | 0 | |a Embedded computer systems | |
650 | 0 | |a Electronic data processing / Distributed processing | |
650 | 0 | |a Computer software / Development | |
650 | 4 | |a Datenverarbeitung | |
650 | 4 | |a Computer software / Development | |
650 | 4 | |a Electronic data processing / Distributed processing | |
650 | 4 | |a Embedded computer systems | |
650 | 4 | |a Multiprocessors | |
650 | 0 | 7 | |a Chip-Multiprozessor |0 (DE-588)7536566-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Eingebettetes System |0 (DE-588)4396978-1 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Softwareentwicklung |0 (DE-588)4116522-6 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Chip-Multiprozessor |0 (DE-588)7536566-2 |D s |
689 | 0 | 1 | |a Eingebettetes System |0 (DE-588)4396978-1 |D s |
689 | 0 | 2 | |a Softwareentwicklung |0 (DE-588)4116522-6 |D s |
689 | 0 | |5 DE-604 | |
856 | 4 | 2 | |q pdf/application |u http://www.gbv.de/dms/ilmenau/toc/562486631.PDF |y Inhaltsverzeichnis |z kostenfrei |
856 | 4 | 2 | |m DE-601 |q pdf/application |u http://www.gbv.de/dms/bowker/toc/9780750685399.pdf |3 Inhaltsverzeichnis |
856 | 4 | 2 | |m GBV Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018638402&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-018638402 |
Datensatz im Suchindex
_version_ | 1804140712768307200 |
---|---|
adam_text | IMAGE 1
PREFACE
P. IX
ACKNOWLEDGMENTS
P. XIII
INTRODUCTION
P. 1
MOTIVATION
P. 3
THE ADVENT OF MULTI-CORE PROCESSORS
P. 4
MULTIPROCESSOR SYSTEMS ARE NOT NEW
P. 4
APPLICATIONS WILL NEED TO BE MULTI-THREADED
P. 6
SOFTWARE BURDEN OR OPPORTUNITY
P. 8
WHAT IS EMBEDDED?
P. 10
WHAT IS UNIQUE ABOUT EMBEDDED?
P. 13
CHAPTER SUMMARY
P. 14
BASIC SYSTEM AND PROCESSOR ARCHITECTURE
P. 17
KEY POINTS
P. 17
PERFORMANCE
P. 19
BRIEF HISTORY OF EMBEDDED INTEL ARCHITECTURE PROCESSORS
P. 20
EMBEDDED TRENDS AND NEAR TERM PROCESSOR IMPACT
P. 37
TUTORIAL ON X86 ASSEMBLY LANGUAGE
P. 39
CHAPTER SUMMARY
P. 53
RELATED READING
P. 54
MULTI-CORE PROCESSORS AND EMBEDDED
P. 55
KEY POINTS
P. 55
MOTIVATION FOR MULTI-CORE PROCESSORS
P. 56
MULTI-CORE PROCESSOR ARCHITECTURE
P. 57
BENEFITS OF MULTI-CORE PROCESSORS IN EMBEDDED
P. 62
EMBEDDED MARKET SEGMENTS AND MULTI-CORE PROCESSORS
P. 63
EVALUATING PERFORMANCE OF MULTI-CORE PROCESSORS
P. 69
CHAPTER SUMMARY
P. 87
RELATED READING
P. 88
MOVING TO MULTI-CORE INTEL ARCHITECTURE
P. 89
KEY POINTS
P. 89
MIGRATING TO INTEL ARCHITECTURE
P. 91
ENABLING AN SMP OS
P. 111
TOOLS FOR MULTI-CORE PROCESSOR DEVELOPMENT
P. 117
CHAPTER SUMMARY
P. 136
RELATED READING
P. 137
SCALAR OPTIMIZATION AND USABILITY
P. 139
KEY POINTS
P. 139
COMPILER OPTIMIZATIONS
P. 143
OPTIMIZATION PROCESS
P. 153
USABILITY
P. 161
CHAPTER SUMMARY
P. 170
IMAGE 2
RELATED READING
P. 170
PARALLEL OPTIMIZATION USING THREADS
P. 173
KEY POINTS
P. 173
PARALLELISM PRIMER
P. 175
THREADING DEVELOPMENT CYCLE
P. 184
CHAPTER SUMMARY
P. 206
RELATED READING
P. 207
CASE STUDY: DATA DECOMPOSITION
P. 209
KEY POINTS
P. 209
A MEDICAL IMAGING DATA EXAMINER
P. 209
CHAPTER SUMMARY
P. 245
CASE STUDY: FUNCTIONAL DECOMPOSITION
P. 247
KEY POINTS
P. 247
SNORT
P. 248
ANALYSIS
P. 251
DESIGN AND IMPLEMENT
P. 258
SNORT DEBUG
P. 280
TUNE
P. 282
CHAPTER SUMMARY
P. 286
VIRTUALIZATION AND PARTITIONING
P. 287
KEY POINTS
P. 287
OVERVIEW
P. 287
VIRTUALIZATION AND PARTITIONING
P. 290
TECHNIQUES AND DESIGN CONSIDERATIONS
P. 304
TELECOM USE CASE OF VIRTUALIZATION
P. 322
CHAPTER SUMMARY
P. 342
RELATED READING
P. 344
GETTING READY FOR LOW POWER INTEL ARCHITECTURE
P. 347
KEY POINTS
P. 347
ARCHITECTURE
P. 349
DEBUGGING EMBEDDED SYSTEMS
P. 362
CHAPTER SUMMARY
P. 382
SUMMARY, TRENDS, AND CONCLUSIONS
P. 385
TRENDS
P. 387
CONCLUSIONS
P. 392
APPENDIX A
P. 393
GLOSSARY
P. 395
INDEX
P. 409
TABLE OF CONTENTS PROVIDED BY BLACKWELL S BOOK SERVICES AND R.R. BOWKER.
USED WITH PERMISSION.
|
any_adam_object | 1 |
author | Domeika, Max |
author_facet | Domeika, Max |
author_role | aut |
author_sort | Domeika, Max |
author_variant | m d md |
building | Verbundindex |
bvnumber | BV035778837 |
callnumber-first | Q - Science |
callnumber-label | QA76 |
callnumber-raw | QA76.5 |
callnumber-search | QA76.5 |
callnumber-sort | QA 276.5 |
callnumber-subject | QA - Mathematics |
classification_rvk | ST 153 ST 230 |
ctrlnum | (OCoLC)263441681 (DE-599)GBV562486631 |
discipline | Informatik |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02471nam a2200553 c 4500</leader><controlfield tag="001">BV035778837</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20091112 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">091020s2008 ad|| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2008006618</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780750685399</subfield><subfield code="9">978-0-7506-8539-9</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">0750685395</subfield><subfield code="9">0-7506-8539-5</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)263441681</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)GBV562486631</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QA76.5</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 153</subfield><subfield code="0">(DE-625)143597:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 230</subfield><subfield code="0">(DE-625)143617:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Domeika, Max</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Software development for embedded multi core systems</subfield><subfield code="b">a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems]</subfield><subfield code="c">Max Domeika</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Amsterdam [u.a.]</subfield><subfield code="b">Elsevier [u.a.]</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XIV, 420 S.</subfield><subfield code="b">Ill., graph. Darst.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Literaturangaben</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Multiprocessors</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Embedded computer systems</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Electronic data processing / Distributed processing</subfield></datafield><datafield tag="650" ind1=" " ind2="0"><subfield code="a">Computer software / Development</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Datenverarbeitung</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Computer software / Development</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Electronic data processing / Distributed processing</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Embedded computer systems</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Multiprocessors</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Chip-Multiprozessor</subfield><subfield code="0">(DE-588)7536566-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Eingebettetes System</subfield><subfield code="0">(DE-588)4396978-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Chip-Multiprozessor</subfield><subfield code="0">(DE-588)7536566-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Eingebettetes System</subfield><subfield code="0">(DE-588)4396978-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Softwareentwicklung</subfield><subfield code="0">(DE-588)4116522-6</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="q">pdf/application</subfield><subfield code="u">http://www.gbv.de/dms/ilmenau/toc/562486631.PDF</subfield><subfield code="y">Inhaltsverzeichnis</subfield><subfield code="z">kostenfrei</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DE-601</subfield><subfield code="q">pdf/application</subfield><subfield code="u">http://www.gbv.de/dms/bowker/toc/9780750685399.pdf</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">GBV Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018638402&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-018638402</subfield></datafield></record></collection> |
id | DE-604.BV035778837 |
illustrated | Illustrated |
indexdate | 2024-07-09T22:04:20Z |
institution | BVB |
isbn | 9780750685399 0750685395 |
language | English |
lccn | 2008006618 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-018638402 |
oclc_num | 263441681 |
open_access_boolean | 1 |
owner | DE-83 |
owner_facet | DE-83 |
physical | XIV, 420 S. Ill., graph. Darst. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | Elsevier [u.a.] |
record_format | marc |
spelling | Domeika, Max Verfasser aut Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] Max Domeika Amsterdam [u.a.] Elsevier [u.a.] 2008 XIV, 420 S. Ill., graph. Darst. txt rdacontent n rdamedia nc rdacarrier Literaturangaben Multiprocessors Embedded computer systems Electronic data processing / Distributed processing Computer software / Development Datenverarbeitung Chip-Multiprozessor (DE-588)7536566-2 gnd rswk-swf Eingebettetes System (DE-588)4396978-1 gnd rswk-swf Softwareentwicklung (DE-588)4116522-6 gnd rswk-swf Chip-Multiprozessor (DE-588)7536566-2 s Eingebettetes System (DE-588)4396978-1 s Softwareentwicklung (DE-588)4116522-6 s DE-604 pdf/application http://www.gbv.de/dms/ilmenau/toc/562486631.PDF Inhaltsverzeichnis kostenfrei DE-601 pdf/application http://www.gbv.de/dms/bowker/toc/9780750685399.pdf Inhaltsverzeichnis GBV Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018638402&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Domeika, Max Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] Multiprocessors Embedded computer systems Electronic data processing / Distributed processing Computer software / Development Datenverarbeitung Chip-Multiprozessor (DE-588)7536566-2 gnd Eingebettetes System (DE-588)4396978-1 gnd Softwareentwicklung (DE-588)4116522-6 gnd |
subject_GND | (DE-588)7536566-2 (DE-588)4396978-1 (DE-588)4116522-6 |
title | Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] |
title_auth | Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] |
title_exact_search | Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] |
title_full | Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] Max Domeika |
title_fullStr | Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] Max Domeika |
title_full_unstemmed | Software development for embedded multi core systems a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] Max Domeika |
title_short | Software development for embedded multi core systems |
title_sort | software development for embedded multi core systems a practical guide using embedded intel architecture covers the latest intel multi core architecture details scalar optimization and parallel optimization discusses the benefits of using multi core for embedded systems |
title_sub | a practical guide using embedded Intel architecture ; [covers the latest Intel multi-core architecture ; details scalar optimization and parallel optimization ; discusses the benefits of using multi-core for embedded systems] |
topic | Multiprocessors Embedded computer systems Electronic data processing / Distributed processing Computer software / Development Datenverarbeitung Chip-Multiprozessor (DE-588)7536566-2 gnd Eingebettetes System (DE-588)4396978-1 gnd Softwareentwicklung (DE-588)4116522-6 gnd |
topic_facet | Multiprocessors Embedded computer systems Electronic data processing / Distributed processing Computer software / Development Datenverarbeitung Chip-Multiprozessor Eingebettetes System Softwareentwicklung |
url | http://www.gbv.de/dms/ilmenau/toc/562486631.PDF http://www.gbv.de/dms/bowker/toc/9780750685399.pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=018638402&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT domeikamax softwaredevelopmentforembeddedmulticoresystemsapracticalguideusingembeddedintelarchitecturecoversthelatestintelmulticorearchitecturedetailsscalaroptimizationandparalleloptimizationdiscussesthebenefitsofusingmulticoreforembeddedsystems |
Es ist kein Print-Exemplar vorhanden.
Inhaltsverzeichnis
Inhaltsverzeichnis