[llvm-commits] [llvm] r49533 - /llvm/branches/ggreif/README
Gabor Greif
ggreif at gmail.com
Fri Apr 11 08:21:17 PDT 2008
Author: ggreif
Date: Fri Apr 11 10:21:17 2008
New Revision: 49533
URL: http://llvm.org/viewvc/llvm-project?rev=49533&view=rev
Log:
update agenda
Modified:
llvm/branches/ggreif/README
Modified: llvm/branches/ggreif/README
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/README?rev=49533&r1=49532&r2=49533&view=diff
==============================================================================
--- llvm/branches/ggreif/README (original)
+++ llvm/branches/ggreif/README Fri Apr 11 10:21:17 2008
@@ -54,13 +54,16 @@
WAVE2: Remove Use objects that are embedded in Users. 'operator new' now
performs real work. Create wrappers to destructor and 'operator delete'
that do the right thing (where needed).
+ Assertions ensure consistency of stored and computed User in the Use.
WAVE3: Flip indexing order of Uses. This involves changing the iterators.
+ NOTE: This wave is probably void.
WAVE4: Remove User* from Use, introducing surrogate getters. Embedded and
out-of-object representations being considered.
WAVE5: Stylistic and performance tweaks. Valgrind testing.
+ Doxygenizing of new interfaces.
WAVE6: Realizing additional savings. Several space vs. time tradeoffs to
be balanced. May involve tweaking some basic interfaces.
More information about the llvm-commits
mailing list