diff --git a/Writerside/topics/Computer-Architecture-x86-64.topic b/Writerside/topics/Computer-Architecture-x86-64.topic index 8e4fe58..ee752ee 100644 --- a/Writerside/topics/Computer-Architecture-x86-64.topic +++ b/Writerside/topics/Computer-Architecture-x86-64.topic @@ -1045,7 +1045,7 @@

Instruction Control Unit must work well ahead of Execution Unit to generate enough operations to keep EU busy!

- +

Guess which way branch will go.

@@ -1112,7 +1112,7 @@ - +

Symbol resolution

Programs define and reference symbols (global variables, functions, static @@ -1408,7 +1408,7 @@

  • -

    +

    Features

  • Unintentional and unrecoverable.

    @@ -1615,7 +1615,7 @@

    Address spaces managed by virtual memory system.

  • - +

    Save current registers in memory

    @@ -1802,7 +1802,7 @@ Process Graphs

    Reaping Child Processes: When process terminates, it still consumes system resources.

    - +

    Performed by parent on terminated child (using wait or waitpid).