ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

471 results

Kay Lack
How the stack got stacked

This video has a page on 0DE5 with exercises and resources ...

41:04
How the stack got stacked

28,846 views

1 year ago

Eihab El Radie
CS 110 Lecture 07 The Program Stack

... function a for example then the stack pointer that was pointing to the top of the stack which was pointing to the mean now points ...

27:55
CS 110 Lecture 07 The Program Stack

22 views

5 years ago

Profesor Retroman
Domina la memoria en ensamblador: pila, datos estáticos y arrays explicados al detalle

Prestamos una atención particular a la pila (Stack), al Stack Pointer (SP) y su funcionamiento concreto. Nos adentramos en su ...

1:18:39
Domina la memoria en ensamblador: pila, datos estáticos y arrays explicados al detalle

5,311 views

2 years ago

CS50
CS50x 2025 - Lecture 4 - Memory

Pointers. Segmentation Faults. Dynamic Memory Allocation. Stack. Heap. Buffer Overflow. File I/O. Images. *** This is CS50 ...

2:26:31
CS50x 2025 - Lecture 4 - Memory

269,336 views

Streamed 1 year ago

ABMedia
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

C#, as a language, is all about flexibility. Sure, the ability to rapidly prototype and deliver on code quickly, without worrying about ...

41:47
Inside C#: Stack & Heap, Value Types, Boxing, stackalloc + More

3,438 views

1 year ago

freeCodeCamp.org
Pointers in C / C++ [Full Course]

Pointers in C and C++ are often challenging to understand. In this course, they will be demystified, allowing you to use pointers ...

3:47:23
Pointers in C / C++ [Full Course]

5,422,077 views

5 years ago

MIT OpenCourseWare
11. Storage Allocation

MIT 6.172 Performance Engineering of Software Systems, Fall 2018 Instructor: Julian Shun View the complete course: ...

1:05:26
11. Storage Allocation

21,624 views

6 years ago

The D Language Foundation
DConf '23 -- Stack Memory is Awesome! -- Dennis Korpel

Should D have a smarter Garbage Collector, or support Reference Counting? Dennis doesn't care. Stack memory is where it's at!

46:39
DConf '23 -- Stack Memory is Awesome! -- Dennis Korpel

790 views

2 years ago

Quantum Leaps, LLC
#10 Stack Overflow and Other Pitfalls of Functions

This lesson wraps up the subject of functions in C. You will see how your programs can blow up when you use functions ...

27:41
#10 Stack Overflow and Other Pitfalls of Functions

80,238 views

12 years ago

ACM SIGPLAN
Reliable Stack Traces, the Reality of Myth

Debug information is a hidden and obscure component of our computing infrastructure obviously used by debuggers, but also ...

1:14:39
Reliable Stack Traces, the Reality of Myth

1,465 views

5 years ago

CS50
CS50 2019 - Lecture 4 - Memory

TABLE OF CONTENTS 00:00:00 - Introduction 00:01:22 - Hexadecimal 00:09:15 - address.c 00:15:18 - Pointers 00:19:38 ...

1:48:15
CS50 2019 - Lecture 4 - Memory

258,788 views

6 years ago

MIT OpenCourseWare
12.2.6 Worked Examples: Procedures and Stacks

MIT 6.004 Computation Structures, Spring 2017 Instructor: Silvina Hanono View the complete course: ...

20:01
12.2.6 Worked Examples: Procedures and Stacks

1,947 views

6 years ago

CS50
CS50x 2025 - Lecture 5 - Data Structures

Abstract Data Types. Queues, Stacks. Linked Lists. Trees, Binary Search Trees. Hash Tables. Tries. *** This is CS50, Harvard ...

2:03:38
CS50x 2025 - Lecture 5 - Data Structures

234,187 views

Streamed 1 year ago

Birby
The Basics of Stack Frames: A Visual Guide for Programmers

In this video, you will learn how the stack works in depth. We will talk about: - Stack Frames - Calling conventions - Function ...

33:11
The Basics of Stack Frames: A Visual Guide for Programmers

745 views

3 years ago

Coding Tutorials
Stackalloc and Spans

Allocating memory on the heap can slow a program down by creating work for the .NET garbage collector. In C# we can improve ...

30:17
Stackalloc and Spans

15,371 views

2 years ago

Wadix Technologies
Stack Memory in Embedded Systems | LIFO, Stack Frames & Memory Segments

... Embedded Systems Porgamming: Stack as Memory Segment 22:28 Stack Area Allocation in Linker Script 27:42 Stack Pointer ...

1:03:21
Stack Memory in Embedded Systems | LIFO, Stack Frames & Memory Segments

62 views

1 month ago

Computer Architecture
Assembly Language Part-III

Register spilling, Stack, Instruction encoding, Instruction format, Activation block, Function Calls, Return address, Recursion.

1:16:48
Assembly Language Part-III

20,048 views

8 years ago

Kasey Nguyen
CIS11 Unit 9 Lecture: TRAP, Stack, Interrupts in LC-3

Explanation on TRAP, Stack PUSH-POP, Stack Top Pointer, Interrupts, Supervisory Stack in LC-3.

1:46:19
CIS11 Unit 9 Lecture: TRAP, Stack, Interrupts in LC-3

591 views

3 years ago

Tech With Tim
Rust Tutorial #9 - Memory Management, Heap & Stack

Hi everybody, and welcome to video number nine in this Rust Programming tutorial series. In this video I will cover a general ...

21:27
Rust Tutorial #9 - Memory Management, Heap & Stack

74,270 views

3 years ago

ChibiAkumas
Learn Z80 Assembly Lesson 8 - Unwrapped Loops, Stack Misuse for speed & rarer Z80 commands

... not need, and learn how to 'Unwrap loops' to make things faster... and a tricky way to use the 'stack pointer' to quickly write data.

47:44
Learn Z80 Assembly Lesson 8 - Unwrapped Loops, Stack Misuse for speed & rarer Z80 commands

1,297 views

7 years ago