Check-in [310a3c5d41]
Not logged in
Overview
SHA1 Hash:310a3c5d418c7c9d4a0696304387c447fbecb844
Date: 2012-07-16 00:42:31
User: kinaba
Comment:speed testing... 100x100 no-op is fast enough...
Timelines: family | ancestors | descendants | both | trunk
Diffs: redesign
Downloads: Tarball | ZIP archive
Other Links: files | file ages | manifest
Tags And Properties
Changes

Modified src/solver.d from [e30aef925f9048ea] to [4dfcc976e17caad5].

386 386 } 387 387 else 388 388 plan = plan[1..$]; 389 389 } 390 390 } 391 391 392 392 //alias Solver_2!(Solver_1) MainSolver; 393 -alias Solver_1 MainSolver; 394 -//alias Solver_0 MainSolver; 393 +//alias Solver_1 MainSolver; 394 +alias Solver_0 MainSolver;