-
-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Description
From LLVM:
/// Type streams in PDBs contain an additional field which is a list of pairs
/// containing indices and their corresponding offsets, roughly every ~8KB of
/// record data. This general idea need not be confined to PDBs though. By
/// supplying such an array, the producer of a type stream can allow the
/// consumer much better access time, because the consumer can find the nearest
/// index in this array, and do a linear scan forward only from there.
Metadata
Metadata
Assignees
Labels
No labels