ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

534 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,858 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,320 views

2 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,650 views

6 years 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,477 views

1 year 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

270,294 views

Streamed 1 year 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,466 views

5 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,299 views

12 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

796 views

2 years 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,427,088 views

5 years ago

Joe Chiu
Assembly - Stack

hello everyone welcome to a class today we're going to talk about a special registers is called stank stack pointers registers this ...

22:49
Assembly - Stack

1,661 views

4 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,949 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

235,130 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

749 views

3 years 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,050 views

9 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,796 views

6 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

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

64 views

1 month ago

CS50
CS50 2016 - Week 4 - Memory

TOC 00:00:00 - Week 3 in Review 00:03:24 - Strings are a Lie 00:04:20 - compare0 00:06:34 - copy0 00:10:05 - noswap 00:15:49 ...

1:51:43
CS50 2016 - Week 4 - Memory

112,291 views

9 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,398 views

3 years ago