Commit da6a866
Fix platform-specific ASGCT_CallFrame alignment and factor out COMMA macro
The dropped trace implementation was using inconsistent field initialization
that failed on platforms with different ASGCT_CallFrame layouts. Fixed by:
- Using LP64_ONLY(0 COMMA) pattern for proper 64-bit platform padding
- Factoring out COMMA macro definition to arch.h headers
- Simplifying dropped trace structure to match storage_overflow pattern
This resolves CI test failures in MetadataNormalisationTest and ContextCpuTest
while maintaining consistent cross-platform behavior.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7fb3373 commit da6a866
File tree
2 files changed
+5
-19
lines changed- ddprof-lib/src/main/cpp
2 files changed
+5
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
| 51 | + | |
| 52 | + | |
66 | 53 | | |
67 | | - | |
| 54 | + | |
68 | 55 | | |
69 | 56 | | |
70 | 57 | | |
| |||
0 commit comments