diff options
| author | Chris Lattner <sabre@nondot.org> | 2003-03-19 20:56:46 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2003-03-19 20:56:46 +0000 |
| commit | 428bf5abc9aba53c3a8452f6eea0b127a9b3891f (patch) | |
| tree | 47f93c8d217c9ee398730c545a781a7b5ba05055 /llvm/lib/Analysis/DataStructure/DataStructure.cpp | |
| parent | 5db8194ca98a2611a3435c20173f8663f48b60a1 (diff) | |
| download | bcm5719-llvm-428bf5abc9aba53c3a8452f6eea0b127a9b3891f.tar.gz bcm5719-llvm-428bf5abc9aba53c3a8452f6eea0b127a9b3891f.zip | |
Changes to the V2 bytecode format:
- Null values are implicitly encoded instead of explicitly, this makes
things more compact!
- More compactly represent ConstantPointerRefs
- Bytecode files are represented as:
Header|GlobalTypes|GlobalVars/Function Protos|Constants|Functions|SymTab
instead of
Header|GlobalTypes|Constants|GlobalVars/Function Protos|Functions|SymTab
which makes a lot of things simpler.
Writer changes:
- We now explictly encode versioning information in the bytecode files.
- This allows new code to read bytecode files produced by old code, but
new bytecode files can have enhancements such as the above. Although this
makes the reader a bit more complex (having to deal with old formats), the
writer only needs to be able to produce the most recent version.
llvm-svn: 5749
Diffstat (limited to 'llvm/lib/Analysis/DataStructure/DataStructure.cpp')
0 files changed, 0 insertions, 0 deletions

