Start hacking on a C(++) implementation of the optimizer
commitb2ccc3aa98381a83e240a6636cb38b9e169f7003
authorDaniel Knittl-Frank <knittl89+git@googlemail.com>
Sat, 2 Oct 2010 15:55:28 +0000 (2 17:55 +0200)
committerDaniel Knittl-Frank <knittl89+git@googlemail.com>
Sat, 2 Oct 2010 15:55:28 +0000 (2 17:55 +0200)
treea3f3a0011e556d9f7919a6d1deff2c8e7012a391
parent4bd713b4d2883ae3a208765dedb994bff4017391
Start hacking on a C(++) implementation of the optimizer

start easy by porting recheck_all_result_layouts.py to C++
C/.gitignore [new file with mode: 0644]
C/File.cpp [new file with mode: 0644]
C/Layout.cpp [new file with mode: 0644]
C/Makefile [new file with mode: 0644]
C/recheck_layouts.cpp [new file with mode: 0644]