Differences From Artifact [a9ba961cf2]:
- File win/makefile.vc — part of check-in [1bb8c6a194] at 2017-01-10 21:58:33 on branch sebres-trunk-clock-speedup — [temp-commit]: clock scan with several optimization porting, still not-ready (user: sebres size: 42637)
To Artifact [26b19726e4]:
- File win/makefile.vc — part of check-in [5b16c75353] at 2017-01-10 22:07:37 on branch sebres-trunk-clock-speedup — [temp-commit]: tclClockFmt.c - 1st try using "timerate" instead "time" by performance measurement tests (more precise and fixed time, so no switch of factor expected) (user: sebres size: 42668)
| ︙ | |||
266 267 268 269 270 271 272 273 274 275 276 277 278 279 | 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 | + | $(TMP_DIR)\tclAlloc.obj \ $(TMP_DIR)\tclAssembly.obj \ $(TMP_DIR)\tclAsync.obj \ $(TMP_DIR)\tclBasic.obj \ $(TMP_DIR)\tclBinary.obj \ $(TMP_DIR)\tclCkalloc.obj \ $(TMP_DIR)\tclClock.obj \ $(TMP_DIR)\tclClockFmt.obj \ $(TMP_DIR)\tclCmdAH.obj \ $(TMP_DIR)\tclCmdIL.obj \ $(TMP_DIR)\tclCmdMZ.obj \ $(TMP_DIR)\tclCompCmds.obj \ $(TMP_DIR)\tclCompCmdsGR.obj \ $(TMP_DIR)\tclCompCmdsSZ.obj \ $(TMP_DIR)\tclCompExpr.obj \ |
| ︙ |