ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

607 results

GNU Tools Cauldron
s390: Stack tracing using Frame Pointer, Back Chain, and SFrame

The talk will provide an overview of the different stack tracing methods (un-)available on s390 for user space. It will cover: Why ...

44:09
s390: Stack tracing using Frame Pointer, Back Chain, and SFrame

65 views

3 months ago

Adam Doupé
CSE 365 S20: 4-21-20 "Application Security Pt. 4"

Recorded zoom lecture for CSE 365 S20 on 4-21-20. We covered the stack, function frames, the cdecl calling convention, and ...

1:13:50
CSE 365 S20: 4-21-20 "Application Security Pt. 4"

348 views

5 years ago

Singapore Gophers
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

Speaker: Jacob Walker, Ardan Labs (@jcbwlkr) Like C, Go uses both stack and heap memory. How can a Gopher know which is ...

21:39
Understanding Allocations: the Stack and the Heap - GopherCon SG 2019

81,142 views

6 years ago

Lewis Baumstark
CPU Architecture

... memory 23:16 Arithmetic Logic Unit & Accumulator 27:55 Program Counter 30:00 Stack Pointer 30:55 Program Status Register ...

39:59
CPU Architecture

3,226 views

5 years ago

Adam Doupé
CSE 340 11-16-15 Office Hours "Visualizing the Stack and Function Frames"

Recorded office hours discussion for CSE 340. Discussed how to visualize the stack and function frames using a student-given ...

26:35
CSE 340 11-16-15 Office Hours "Visualizing the Stack and Function Frames"

828 views

10 years ago

Robert Baruch
LMARV-1: A RISC-V processor you can see. Part 1: 32-bit registers.

The LMARV-1 (Learn Me A Risc-V, version 1) is a RISC-V processor built out of MSI and LSI chips. You can point to pieces of the ...

41:43
LMARV-1: A RISC-V processor you can see. Part 1: 32-bit registers.

110,196 views

7 years ago

GopherCon UK
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

In this talk you will learn how to use pointers effectively in Go. We'll cover from the basics of pointer declaration and usage, to the ...

32:34
GopherCon UK 2019: Daniela Petruzalek - Fun With Pointers

5,494 views

6 years ago

Tyler Allen
Pointers and Memory
28:14
Pointers and Memory

241 views

2 years ago

Aaron Baugher
Commodore 128 Assembly Language #20: Understanding the 6502 Stack

One note on the last example: instead of TSX / 6xINX / TXS, it would be faster to simply PLA six times to move the stack pointer ...

39:39
Commodore 128 Assembly Language #20: Understanding the 6502 Stack

494 views

6 years ago

Aaron Baugher
C128 Assembly #44: Relocating Zero Page and Stack

This is one I did a while ago and forgot to upload. It shows how to potentially speed up bulk read/write operations by relocating ...

1:04:30
C128 Assembly #44: Relocating Zero Page and Stack

981 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,401 views

1 year ago

Adam Doupé
CSE 340 F16: 10-31-16 "The Runtime Environment pt. 2"

Recorded lecture for CSE 340 F16 on 10/31/16. We discussed the stack, function frames, local variables, base pointers, and ...

48:20
CSE 340 F16: 10-31-16 "The Runtime Environment pt. 2"

1,044 views

9 years ago

Computer Graphics at TU Wien
C/C++ Memory | "Handling Variables on the Stack & Heap" | C/C++ Lecture Series, Episode 1 | ECG 2021

Learn about the different memory sections of programs, in particular about the stack, the heap, and the read-only data section.

25:45
C/C++ Memory | "Handling Variables on the Stack & Heap" | C/C++ Lecture Series, Episode 1 | ECG 2021

4,873 views

4 years ago

Binary Cave
Stack Organization - Computer System Architecture

Stack is a storage structure that stores information in such a way that the last item stored is the first item retrieved. It is based on the ...

34:46
Stack Organization - Computer System Architecture

180 views

4 years ago

Dr. Nehad
Lec6-Pointers-part3(Prog2)

Dynamic Memory Allocation Stack and Heap Dynamic Memory Allocation & Arrays.

1:32:31
Lec6-Pointers-part3(Prog2)

121 views

2 years ago

UTD CSG
CSG Tech Talk: x86 Architecture with John Cole

Here's the recording from our tech talk where professor John Cole showed us some low-level assembly code for the x86 ...

1:04:06
CSG Tech Talk: x86 Architecture with John Cole

274 views

5 years ago

Lewis Baumstark
Data Movement Instructions

... stack pull (pop) operations (as a data structure) 8:42 the 6502 hardware stack & instructions 10:19 the stack pointer (SP) 11:34 ...

27:19
Data Movement Instructions

645 views

5 years ago

someprofs
20231109 CISP 310 stack operations, call, return, jmp

Stack pointer very good okay so this is our stack pointer um the term stack pointer is actually extremely Universal across all the ...

1:33:11
20231109 CISP 310 stack operations, call, return, jmp

81 views

2 years ago

Linux Plumbers Conference
Make ftrace_regs a common trace interface for function entry/exit tracing -  Masami Hiramatsu

We are looking for the new register-set data structure, instead of pt_regs, for function entry/exit trace events. This is because ...

28:43
Make ftrace_regs a common trace interface for function entry/exit tracing - Masami Hiramatsu

77 views

2 years ago

Ramesh Yerraballi
LC3 Stacks

The Stack Abstract Data Type (ADT) in LC3 Code at : https://github.com/igoeco/LC3Programming.

27:30
LC3 Stacks

3,371 views

6 years ago

Derek Harter
COSC 2336 Data Structures and Algorithms : Implementing Stacks

Unit Stacks, Video 01 - Implementing Stacks In this video we look at the Stack data structure. We discuss ways of implementing a ...

50:06
COSC 2336 Data Structures and Algorithms : Implementing Stacks

112 views

5 years ago

ABMedia
C++ for C# and Java Developers

This video will cover all of the difficult topics and differences between C++ and a managed language such as C# or Java. Things ...

39:47
C++ for C# and Java Developers

25,684 views

5 years ago

Adam Doupé
CSE 340 F16: 10-7-16 "Semantics Pt. 7"

Recorded lecture for CSE 340 F16 on 10/7/16. We discussed pointer semantics, examples of pointer semantics, memory ...

50:21
CSE 340 F16: 10-7-16 "Semantics Pt. 7"

1,824 views

9 years ago

4ther
M. Anton Ertl: The Performance Effects of Virtual-Machine Instruction Pointer Updates

By optimizing instruction-pointer updates away where possible, the number of executed instructions is typically reduced by a ...

36:40
M. Anton Ertl: The Performance Effects of Virtual-Machine Instruction Pointer Updates

93 views

2 years ago

Profbsmith
Functions 3   Implementing stack functionality

Registers so um recall that the stack pointer is a register that holds the address of of place end memory that is higher up than your ...

26:44
Functions 3 Implementing stack functionality

32 views

1 year ago