Jonas Devlieghere
  • Home
  • About
  • Talks
  • Github
  • C++
  • LLVM
Sign in Subscribe

analysis

A collection of 1 post
Escape Analysis & Capture Tracking in LLVM
LLVM

Escape Analysis & Capture Tracking in LLVM

Pointer analysis is an important topic in compiler optimization. One interesting aspect is the dynamic scope of pointers. LLVM differentiates between two situations: * Pointer Capture: A pointer value is captured if the function makes a copy of any part of the pointer that outlives the call. * Pointer Escape: A pointer
Jan 8, 2017 2 min read
Page 1 of 1
Jonas Devlieghere © 2023
Powered by Ghost
Mastodon