CPL

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

What are SIMD (single instruction, multiple data) registers in X86 Assembly ?

special-purpose registers designed for performing the same instruction on multiple data elements simultaneously

2
New cards

What are macros in x86 Assembly ?

blocks of reusable Assembly code that can be referenced by name

3
New cards

What is a compiler?

a special program that translates a programming language's source code into machine code


source: https://www.techtarget.com/whatis/definition/compiler

4
New cards

What is a JIT (just in time) compiler ?

5
New cards

Why is python not suitable for AOT (ahead of time) compilation ?

Because some dynamic types are not known ahead of time, they are only known at runtime

6
New cards
7
New cards
8
New cards
9
New cards