src/share/tools/MakeDeps/Database.java

changeset 1040
98cb887364d3
parent 648
8b48a7bd2bf7
child 1265
00f7ec32f290
equal deleted inserted replaced
1039:ec59443af135 1040:98cb887364d3
363 gd.println(); 363 gd.println();
364 364
365 365
366 // HACK ALERT. The compilation of ad_<arch> files is very slow. 366 // HACK ALERT. The compilation of ad_<arch> files is very slow.
367 // We want to start compiling them as early as possible. The compilation 367 // We want to start compiling them as early as possible. The compilation
368 // order on unix is dependant on the order we emit files here. 368 // order on unix is dependent on the order we emit files here.
369 // By sorting the output before emitting it, we expect 369 // By sorting the output before emitting it, we expect
370 // that ad_<arch> will be compiled early. 370 // that ad_<arch> will be compiled early.
371 boolean shouldSortObjFiles = true; 371 boolean shouldSortObjFiles = true;
372 372
373 if (shouldSortObjFiles) { 373 if (shouldSortObjFiles) {

mercurial