Skip to content

SetVector documentation needs to be updated WRT default data structures used. #11475

@llvmbot

Description

@llvmbot
Bugzilla Link 11103
Resolution FIXED
Resolved on Oct 11, 2011 01:34
Version trunk
OS All
Attachments Patch to fix documentation
Reporter LLVM Bugzilla Contributor

Extended Description

(I tried sending an email to llvm-commits with this patch last month, but I don't know if I was following the right process as I did not hear anything back)

Since r33854, SetVectors have defaulted to size 16 SmallSets, but the
Programmer's Manual still says it uses an std:set.

This brings it to a single malloc for the std::vector, so I'm not sure if it should still be called "quite expensive", but I'll let someone else make the call.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions