[llvm-commits] [llvm] r43261 - in /llvm/trunk: include/llvm/Bitcode/Serialization.h lib/Bitcode/Reader/Deserialize.cpp lib/Bitcode/Writer/Serialize.cpp
Chris Lattner
clattner at apple.com
Wed Oct 24 17:11:13 PDT 2007
On Oct 24, 2007, at 9:40 AM, Ted Kremenek wrote:
> No particular reason for 8, other than the custom codes start at 8
> (which I know doesn't apply to block ids or records). I just
> picked 8 so that it wouldn't conflict with anything I knew of.
> Clearly this must be changed eventually.
>
> The bigger question is what will record IDs be used for? I can
> envision uses for the block IDs (just sections in the file), but
> what about the records?
I think the serializer api should define a set of IDs that it wants
to use, which will probably be completely independent from the
application using the serializer.
-Chris
More information about the llvm-commits
mailing list