Attention needed from Alexander Aprelev
Ryan Macnak added 1 comment![Open in Gerrit]()
Patchset-level comments
File-level comment, Patchset 2 (Latest):Ryan Macnak .
resolvedBEFORE
```
(gdb) ptype /o dart::Sample
/* offset | size */ type = class dart::Sample {
public:
static const int kPCArraySizeInWords;
static const int kStackBufferSizeInWords;
private:
/* 0 | 8 */ int64_t timestamp_;
/* 8 | 8 */ Dart_Port port_;
/* 16 | 8 */ dart::ThreadId tid_;
/* 24 | 16 */ dart::uword stack_buffer_[2];
/* 40 | 256 */ dart::uword pc_array_[32];
/* 296 | 8 */ dart::uword vm_tag_;
/* 304 | 8 */ dart::uword user_tag_;
/* 312 | 4 */ uint32_t state_;
/* XXX 4-byte hole */
/* 320 | 8 */ dart::Sample *next_;
/* 328 | 4 */ uint32_t allocation_identity_hash_;
/* XXX 4-byte padding */
/* total size (bytes): 336 */
}
```
AFTER
```
(gdb) ptype /o dart::Sample
/* offset | size */ type = class dart::Sample {
public:
static const int kPCArraySizeInWords;
static const int kStackBufferSizeInWords;
private:
/* 0 | 8 */ int64_t timestamp_;
/* 8 | 8 */ Dart_Port port_;
/* 16 | 8 */ dart::ThreadId tid_;
/* 24 | 16 */ dart::uword stack_buffer_[2];
/* 40 | 256 */ dart::uword pc_array_[32];
/* 296 | 8 */ dart::uword vm_tag_;
/* 304 | 8 */ dart::uword user_tag_;
/* 312 | 8 */ dart::Sample *next_;
/* 320 | 4 */ uint32_t state_;
/* 324 | 4 */ uint32_t allocation_identity_hash_;
/* total size (bytes): 328 */
}
```
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: comment
Gerrit-Project: sdk
Gerrit-Branch: main
Gerrit-Change-Id: Iad37e5f7331d731f4bf0ec9978ac1d06dd8693d3
Gerrit-Change-Number: 459640
Gerrit-PatchSet: 2
Gerrit-Comment-Date: Tue, 04 Nov 2025 22:40:31 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No