Skip to content

v1.4.1

Compare
Choose a tag to compare
@federico-busato federico-busato released this 15 Jul 22:15
· 88 commits to master since this release

Basic Concepts I

  • Fixed char properties in C++11 #8
  • Minor improvements in the undefined behavior section

Basic Concepts III

  • Added a note to highlight that arrays of size 0 are not allowed by the standard (except gcc)

Object-Oriented Programming I

  • Improved explicit keyword section

Translation Units I

  • Improved Linkage Summary section

Code Convention

  • Improved and refactoring the sections Maintainability, Naming, Readability and Formatting

Ecosystem I

  • Improved gdb info command description
  • Added _FORTIFY_SOURCE=3 in stack protection section
  • Improved Unit Testing introduction
  • Add Test-Driven Development description
  • Extended Code Coverage to llvm-lcov

Optimization I

  • Added apollo computer vs. usb-c comparison
  • Add Single Instruction Multiple Threads (SIMT) section
  • Added Jonh Carmark note about memory hierarchy

Optimization II

  • Added Memory Prefetch section

Thanks to @marcobergamin