ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

658 results

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,493 views

6 years ago

Tyler Allen
Pointers and Memory
28:14
Pointers and Memory

241 views

2 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

80,704 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,285 views

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

179 views

4 years ago

Aaron Baugher
6502 Assembly Language Programming #17: Pointers to Pointers

While coding on the Worm program in video #16, I realized we would need pointers to pointers, or double-pointers. I didn't think ...

22:31
6502 Assembly Language Programming #17: Pointers to Pointers

682 views

6 years ago

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

2 months ago

CoreCppIL
Introduction to Smart Pointers and Why

By Mike Shah, presented at Core C++ 2022. Pointers are one of the most powerful tools in the C++ language available to ...

1:00:21
Introduction to Smart Pointers and Why

1,805 views

3 years ago

GNU Tools Cauldron
Serhei Makarov: Profiling framepointer-less code with elfutils stacktrace - GNU Tools Cauldron 2024

... stack frame Mars are laid out uh rabi requires frame pointers accept in leaf functions so there's an omit Leaf frame pointer option ...

55:19
Serhei Makarov: Profiling framepointer-less code with elfutils stacktrace - GNU Tools Cauldron 2024

195 views

1 year ago

Operation Mindcrime
Storage Allocation, Stack Discipline, Calling Conventions

How Computers Work. 2 Storage Allocation, Stack Discipline, Calling Conventions.

1:29:11
Storage Allocation, Stack Discipline, Calling Conventions

833 views

11 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,841 views

4 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

493 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,166 views

5 years ago

RU Computer Science
Tölvuhögun 2015 - F14 Procedures and the Stack

In this lecture we will be going through the building blocks of the x86/IA32 stack frame and how it relates to functions. Computer ...

1:17:23
Tölvuhögun 2015 - F14 Procedures and the Stack

436 views

9 years ago

Warwick RSE
Inside the Black Box - Stack and Heap memory

Computer programs generally separate the memory that is available to them into stack memory (that as a good rule of thumb ...

29:47
Inside the Black Box - Stack and Heap memory

19 views

3 years ago

Aaron Baugher
Intro to 6502 Assembly Language Programming

A quick introduction to assembly language programming for the 6502 family of microprocessors. I go over the CPU registers and ...

35:30
Intro to 6502 Assembly Language Programming

10,500 views

7 years ago

FOSDEM
Helpful NullPointerExceptions - The little thing that became a JEP

by Christoph Langer At: FOSDEM 2020 https://video.fosdem.org/2020/H.1302/npes.webm One of the most prevalent - if not the ...

28:27
Helpful NullPointerExceptions - The little thing that became a JEP

91 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

Confreaks
RubyConf 2018 - Pointers for Eliminating Heaps of Memory by Aaron Patterson

RubyConf 2018 - Pointers for Eliminating Heaps of Memory by Aaron Patterson In this presentation, we'll cover techniques in ...

39:02
RubyConf 2018 - Pointers for Eliminating Heaps of Memory by Aaron Patterson

2,580 views

7 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,363 views

6 years ago