processor architectures
play

Processor Architectures 2 Schedule Exam 3 Tuesday, - PowerPoint PPT Presentation

Computer Systems and Networks ECPE 170 Jeff Shafer University of the Pacific Processor Architectures 2 Schedule Exam 3 Tuesday,


  1. ì ¡ Computer ¡Systems ¡and ¡Networks ¡ ECPE ¡170 ¡– ¡Jeff ¡Shafer ¡– ¡University ¡of ¡the ¡Pacific ¡ Processor ¡ Architectures ¡

  2. 2 ¡ Schedule ¡ ì Exam ¡3 ¡– ¡Tuesday, ¡December ¡6 th ¡ ¡ ì Caches ¡ ì Virtual ¡Memory ¡ ì Input ¡/ ¡Output ¡ ì OperaKng ¡Systems ¡ ì Compilers ¡& ¡Assemblers ¡ ì Processor ¡Architecture ¡ ì Review ¡the ¡lecture ¡notes ¡before ¡the ¡exam ¡ (not ¡just ¡the ¡homework!) ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  3. 3 ¡ Homework ¡#15 ¡ ì Review ¡HW ¡#15 ¡ ì Amdahl’s ¡Law ¡ ì Disk ¡capacity ¡/ ¡access ¡Kme ¡ ì Hard ¡drive ¡prefixes ¡are ¡powers ¡of ¡10, ¡not ¡2 ¡ ì SSD ¡boYleneck ¡– ¡changing ¡a ¡byte! ¡ ì SSD ¡opKmizaKon ¡-­‑ ¡TRIM ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  4. 4 ¡ Homework ¡#16 ¡ ì Review ¡HW ¡#16 ¡ ì Real-­‑Kme ¡OS ¡(RTOS) ¡ ì Assembly ¡vs ¡High-­‑Level ¡Language ¡ ì Mobile ¡OS ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  5. 5 ¡ ì ¡ Database ¡Software ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  6. 6 ¡ Database ¡Software ¡ ì Database ¡systems ¡ contain ¡the ¡most ¡ valuable ¡assets ¡of ¡an ¡ enterprise ¡ ì Build ¡applicaKons ¡on ¡ top ¡of ¡databases ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  7. 7 ¡ Database ¡Software ¡ Most ¡databases ¡support ¡ transac'ons ¡to ¡assure ¡that ¡the ¡database ¡ ì is ¡always ¡in ¡a ¡consistent ¡state ¡ TransacKon ¡is ¡a ¡group ¡of ¡related ¡updates ¡bundled ¡together ¡ ì TransacKons ¡provides ¡the ¡following ¡properKes: ¡ ì Atomicity ¡-­‑ ¡All ¡related ¡updates ¡occur ¡or ¡no ¡updates ¡occur ¡ ì Consistency ¡-­‑ ¡All ¡updates ¡conform ¡to ¡defined ¡data ¡constraints ¡(i.e. ¡ ì data ¡types, ¡min/max ¡legal ¡values, ¡etc…) ¡ IsolaKon ¡-­‑ ¡No ¡transacKon ¡can ¡interfere ¡with ¡another ¡transacKon ¡ ì Durability ¡-­‑ ¡Successful ¡updates ¡are ¡wriYen ¡to ¡durable ¡media ¡as ¡ ì soon ¡as ¡possible ¡(i.e. ¡RAM ¡isn’t ¡safe ¡if ¡the ¡system ¡crashes ¡or ¡the ¡ power ¡fails) ¡ These ¡are ¡the ¡ ACID ¡properKes ¡of ¡transacKon ¡management ¡ ì Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  8. 8 ¡ Database ¡Software ¡ ì Without ¡the ¡ACID ¡properKes, ¡race ¡condiKons ¡can ¡occur ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  9. 9 ¡ Database ¡Software ¡ ì Record ¡ locking ¡ mechanisms ¡ assure ¡ isolated, ¡ atomic ¡ database ¡ updates: ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  10. 10 ¡ ì ¡ Processor ¡Architectures ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  11. 11 ¡ Processor ¡Architectures ¡ StarKng ¡Chapter ¡9 ¡ ì More ¡details ¡on ¡RISC ¡versus ¡CISC! ¡ ì Leaving ¡the ¡safe, ¡familiar ¡world ¡of ¡the ¡von ¡Neumann ¡processor ¡ ì What ¡is ¡the ¡von ¡Neumann ¡model? ¡ ì Stored ¡program ¡computer ¡ ì Three ¡systems: ¡CPU, ¡memory, ¡I/O ¡ ì SequenKal ¡instrucKon ¡processing ¡ ì Single ¡data ¡path ¡between ¡CPU ¡and ¡memory ¡– ¡von ¡Neumann ¡ ì boYleneck ¡ More ¡than ¡one ¡processor! ¡ ì MulKprocessor ¡architectures ¡– ¡different ¡types ¡ ì Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  12. 12 ¡ RISC ¡vs ¡CISC ¡Machines ¡ ì RISC ¡systems ¡access ¡memory ¡only ¡with ¡ explicit ¡load ¡ and ¡store ¡instrucKons ¡ ì InstrucKon ¡length ¡is ¡fixed ¡ ì Fetch-­‑decode-­‑execute ¡Kme ¡is ¡constant ¡ ì CISC ¡systems ¡access ¡memory ¡with ¡ many ¡different ¡ types ¡of ¡instrucKons ¡ ì InstrucKon ¡length ¡is ¡variable ¡ ì Fetch-­‑decode-­‑execute ¡Kme ¡is ¡unpredictable ¡ ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  13. 13 ¡ RISC ¡vs ¡CISC ¡Machines ¡ ì Basic ¡computer ¡performance ¡equaKon: ¡ ¡ ¡ ì RISC ¡systems ¡shorten ¡execuKon ¡Kme ¡by ¡reducing ¡ the ¡clock ¡cycles ¡per ¡instrucKon ¡ ì CISC ¡systems ¡improve ¡performance ¡by ¡reducing ¡the ¡ number ¡of ¡instrucKons ¡per ¡program ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  14. 14 ¡ RISC ¡vs ¡CISC ¡Machines ¡ ì RISC ¡processors ¡have ¡a ¡simpler ¡instrucKon ¡set ¡ ì Build ¡a ¡hardwired ¡control ¡unit ¡(faster!) ¡ ì Easier ¡to ¡implement ¡pipelining ¡and ¡speculaKve ¡ execuKon ¡ ì CISC ¡processors ¡have ¡a ¡complex/variable ¡ instrucKon ¡set ¡ ì Build ¡a ¡microcode-­‑based ¡control ¡unit ¡to ¡interpret ¡ instrucKons ¡ ì Microcode ¡processing ¡takes ¡Kme ¡ ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  15. 15 ¡ RISC ¡vs ¡CISC ¡Machines ¡ ì Because ¡of ¡their ¡load-­‑store ¡ISAs, ¡RISC ¡architectures ¡ require ¡a ¡large ¡number ¡of ¡CPU ¡registers ¡ Register ¡allow ¡fast ¡access ¡to ¡data ¡during ¡sequenKal ¡ ì program ¡execuKon ¡– ¡no ¡need ¡to ¡go ¡to ¡memory! ¡ ì Registers ¡can ¡also ¡be ¡used ¡to ¡reduce ¡the ¡overhead ¡of ¡ calling ¡subrouKnes ¡ Contrast ¡this ¡to ¡MARIE, ¡where ¡you ¡had ¡to ¡store ¡all ¡your ¡ ì arguments ¡in ¡memory ¡before ¡jumping ¡to ¡a ¡subrouKne ¡ ì Instead ¡of ¡pulling ¡parameters ¡off ¡of ¡a ¡stack, ¡the ¡ subrouKne ¡is ¡directed ¡to ¡use ¡a ¡subset ¡of ¡registers ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  16. 16 ¡ Overlapping ¡Registers ¡– ¡“Windows” ¡ Divide ¡all ¡the ¡registers ¡into ¡ ì “windows” ¡ Your ¡subrouKne ¡only ¡ ì sees ¡one ¡window ¡ The ¡current ¡window ¡ ì pointer ¡(CWP) ¡points ¡to ¡ the ¡acKve ¡register ¡window ¡ Shij ¡when ¡calling ¡a ¡ ì subrouKne ¡ Outputs ¡become ¡inputs ¡ ì Global ¡registers ¡– ¡shared ¡ ì by ¡all ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  17. 17 ¡ RISC ¡vs ¡CISC ¡Machines ¡ ì It ¡is ¡becoming ¡increasingly ¡difficult ¡to ¡disKnguish ¡ RISC ¡architectures ¡from ¡CISC ¡architectures. ¡ ì Some ¡RISC ¡systems ¡provide ¡more ¡extravagant ¡ instrucKon ¡sets ¡than ¡some ¡CISC ¡systems ¡ ì Some ¡systems ¡combine ¡both ¡approaches ¡ ì Typical ¡differences ¡between ¡the ¡architectures ¡ Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  18. 18 ¡ RISC ¡vs ¡CISC ¡Machines ¡ RISC ¡ CISC ¡ Single ¡register ¡set ¡ ì MulKple ¡register ¡sets ¡ ì One ¡or ¡two ¡register ¡operands ¡ ì Three ¡operands ¡per ¡instrucKon ¡ ì per ¡instrucKon ¡ Parameter ¡passing ¡through ¡ ì Parameter ¡passing ¡through ¡ ì register ¡windows ¡ memory ¡ MulKple ¡cycle ¡instrucKons ¡ ì Single-­‑cycle ¡instrucKons ¡ ì Microprogrammed ¡control ¡ ì Hardwired ¡control ¡ ì Less ¡pipelined ¡ ì Highly ¡pipelined ¡ ì 18 Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

  19. 19 ¡ RISC ¡vs ¡CISC ¡Machines ¡ RISC ¡ CISC ¡ ì Simple ¡instrucKons, ¡few ¡in ¡ ì Many ¡complex ¡instrucKons ¡ number ¡ ì Variable ¡length ¡instrucKons ¡ ì Fixed ¡length ¡instrucKons ¡ ì Complexity ¡in ¡microcode ¡ ì Complexity ¡in ¡compiler ¡ ì Many ¡instrucKons ¡can ¡access ¡ ì Only ¡LOAD/STORE ¡ memory ¡ instrucKons ¡access ¡memory ¡ ì Many ¡addressing ¡modes ¡ ì Few ¡addressing ¡modes ¡ 19 Computer ¡Systems ¡and ¡Networks ¡ Fall ¡2011 ¡

Recommend


More recommend