[cfe-commits] [PATCH] Write transform results to disk only once
Edwin Vane
edwin.vane at intel.com
Fri Jan 11 11:35:07 PST 2013
Hi klimek,
Instead of writing the result of each transform to disk for every
transform, write the results to buffers in memory and pass those buffers
to the next transform as input. Only write the buffers to disk if the
final syntax check passes.
http://llvm-reviews.chandlerc.com/D288
Files:
cpp11-migrate/CMakeLists.txt
cpp11-migrate/Cpp11Migrate.cpp
cpp11-migrate/LoopConvert/LoopConvert.cpp
cpp11-migrate/LoopConvert/LoopConvert.h
cpp11-migrate/Makefile
cpp11-migrate/RefactoringResults.cpp
cpp11-migrate/RefactoringResults.h
cpp11-migrate/Transform.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D288.1.patch
Type: text/x-patch
Size: 14532 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130111/5dc00789/attachment.bin>
More information about the cfe-commits
mailing list