- Bunch of code to [re]learn powerpc assembly.
- LLVM e200z4 backend.
- ????
- Profit.
- PPCEABI: PowerPC Embedded Application Binary Interface (EABI) - PPCEABI.pdf
- Variable-Length Encoding (VLE)Programming Environments Manual
- EREF: A Programmer’s Reference Manualfor Freescale Power Architecture Processors
This repository is a single repo example combining:
- Lets do some basic math.
- Smaller code changes are simpler (more atomic) and have fewer unintended consequences.
- Fault isolation is simpler and quicker.
- Mean time to resolution (MTTR) is shorter because of the smaller code changes and quicker fault isolation.
- Testability improves due to smaller, specific changes. These smaller changes allow more accurate positive and negative tests.
- Elapsed time to detect and correct production escapes is shorter with a faster rate of release.
- The backlog of non-critical defects is lower because defects are often fixed before other feature pressures arise.
- The product improves rapidly through fast feature introduction and fast turn-around on feature changes.
- Upgrades introduce smaller units of change and are less disruptive.
- CI-CD product feature velocity is high. The high velocity improves the time spent investigating and patching defects.
Benefits of continuous integration-continuous deployment (CI-CD)