AddressSanitizer: A Fast Address Sanity Checker (Paper 2012)
Abstract Introduction Contributions Outline Related Work Shadow Memory Instrumentation Debug Allocators AddressSanitizer Algorithm ...
Abstract Introduction Contributions Outline Related Work Shadow Memory Instrumentation Debug Allocators AddressSanitizer Algorithm ...
Mac OS X 环境安装 Python 3 Linux 环境安装 Python 3.8 module 依赖 xxhash Tips 指定使用的 Python 版本 (shebang) 错误定位 python -m py_compile test.py How to cat...
类型隐士转换问题 问题描述 优化方法 类型隐式转换 wraparound 问题 问题描述 问题分析 优化方法 Order of evaluation (未定义行为) Undefined behavior 业务代码中遇到的错误场景 ...
AI 相关 游戏玩法类型 SLG 游戏的成与败 专业词汇 3C NPC MMO AOI APM 游戏留存漏斗模型 视野管理 (AOI - Area Of Interest) 背景 视野管理算法 ECS ...
C++ Compiler Support LLVM Building LLVM with CMake Clang (C Language Family Front-end) Install Building Clang and Working with the Code ...
权限管理 HTTP API Alloy Q&A alloy 采集 OpenTelemetry 指标与通过 SDK 上报指标方式的区别 Refer 权限管理 Grafana 的权限分为三个等级:Viewer、Editor 和 Admin,Viewer 只能查看 Gr...
拿着锤子找钉子 SOLID 原则 奥卡姆剃刀原则 心理 创伤后应激障碍 (Post-traumatic stress disorder,PTSD) 电脑自举 编程语言 Kotlin Site Reliability Engineering (SRE 站点可靠性工程) Large Languag...
构建基础知识 TL;DR (Bazel 构建需要完成的三件事) Bazel 构建优化方案 Bazel 安装 (CentOS 环境) Bazel 版本升级 Bzlmod Migration Guide Shortcomings of the WORKSPACE system Why migrate to...
Refer Google has developed many abstractions that either match or closely match features incorporated(纳入合并) into C++14, C++17, and beyond. Using the Abseil versions of these abstractions allows y...
TCMalloc 版本实现差异 TCMalloc Overview TCMalloc Cache Operation Mode rseq 赋能 per-CPU caching (默认 & 优化模式) per-thread caching (备选 & 传统模式) ...