david.garden

Recent Resource

  • Data Flow

    Aug 11, 2026

  • CodeBase overview

    Jul 09, 2026

  • QEMU Dev Start[youtube] notes

    Jul 09, 2026

See 39 more →

Recent Project

  • QBOX

    Jul 15, 2026

  • rpclib (msgpack)

    Jul 14, 2026

  • Notes about DTS

    Jun 14, 2026

See 21 more →

Recent Area

  • Data Flow Analysis - Foundation

    Aug 09, 2026

  • Pointer Analysis

    Aug 09, 2026

  • Introduction to Optimization

    Aug 08, 2026

  • Data Flow Analysis

    Aug 08, 2026

  • Engineer A Compiler 3rd

    Aug 08, 2026

See 122 more →

Home

❯

Area

❯

All Blogs

❯

pointers are complicated

pointers are complicated

Dec 21, 20231 min read

  • compiler
  • gcc
  • llvm

Provenance notion for LLVM IR is important when implementing compiler which has pointer(e.g. Rust, C, C++).

Otherwise, compiler optimization would cause error result.

reference

  • src
  • open-std Aprovenance-aware Memory Object Model for C
  • gcc(6.4.0) bug report

Recent Resource

  • Data Flow

    Aug 11, 2026

  • CodeBase overview

    Jul 09, 2026

  • QEMU Dev Start[youtube] notes

    Jul 09, 2026

See 39 more →

Recent Project

  • QBOX

    Jul 15, 2026

  • rpclib (msgpack)

    Jul 14, 2026

  • Notes about DTS

    Jun 14, 2026

See 21 more →

Recent Area

  • Data Flow Analysis - Foundation

    Aug 09, 2026

  • Pointer Analysis

    Aug 09, 2026

  • Introduction to Optimization

    Aug 08, 2026

  • Data Flow Analysis

    Aug 08, 2026

  • Engineer A Compiler 3rd

    Aug 08, 2026

See 122 more →

Graph View

Created with Quartz v4.5.1 © 2026

  • GitHub