[all-commits] [llvm/llvm-project] cbffca: [clang][bytecode] Only save frame offset in debug ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Jun 9 01:10:50 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cbffca291f395f8b8055396a417ee7620f6582b9
https://github.com/llvm/llvm-project/commit/cbffca291f395f8b8055396a417ee7620f6582b9
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M clang/lib/AST/ByteCode/Disasm.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/InterpFrame.cpp
M clang/lib/AST/ByteCode/InterpFrame.h
Log Message:
-----------
[clang][bytecode] Only save frame offset in debug builds (#202294)
We only ever use this value to verify that a frame has cleaned up after
itself, i.e. in assertions.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list