Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Porting Go to the IBM Z Architecture
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Ahhh.... The Mainframe... What's a mainframe?
- 3 Here's what they look like in 2016
- 4 Linux on the mainframe... Go 1.7 has our z port! IBM
- 5 Why Go on the mainframe?
- 6 Blockchain: Shared, Replicated, Permissioned Ledger
- 7 Why tell you how we did the port?
- 8 Start with Power Big Endian port: The Instructions
- 9 Write assembler for z and add relocation to linker
- 10 Ensuring compiler works and generates correct code
- 11 Next steps: compile runtime and boostrap compiler toz
- 12 Example from optimization database
- 13 Another example
- 14 How does the code look now?
- 15 Basic Black Size Comparison
- 16 Advanced Encryption Standard (AES)
- 17 Modes of Operation
- 18 Cipher Block Chaining (CBC) with AES
- 19 z AES Implementation
- 20 z CBC-AES Implementation
- 21 Mode Interface Testing
- 22 213 CBC-AES Performance Boost
- 23 Future Work in the crypto Package