OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
336 '../../src/heap.cc', | 336 '../../src/heap.cc', |
337 '../../src/heap.h', | 337 '../../src/heap.h', |
338 '../../src/hydrogen-bce.cc', | 338 '../../src/hydrogen-bce.cc', |
339 '../../src/hydrogen-bce.h', | 339 '../../src/hydrogen-bce.h', |
340 '../../src/hydrogen-canonicalize.cc', | 340 '../../src/hydrogen-canonicalize.cc', |
341 '../../src/hydrogen-canonicalize.h', | 341 '../../src/hydrogen-canonicalize.h', |
342 '../../src/hydrogen-dce.cc', | 342 '../../src/hydrogen-dce.cc', |
343 '../../src/hydrogen-dce.h', | 343 '../../src/hydrogen-dce.h', |
344 '../../src/hydrogen-dehoist.cc', | 344 '../../src/hydrogen-dehoist.cc', |
345 '../../src/hydrogen-dehoist.h', | 345 '../../src/hydrogen-dehoist.h', |
| 346 '../../src/hydrogen-deoptimizing-mark.cc', |
| 347 '../../src/hydrogen-deoptimizing-mark.h', |
346 '../../src/hydrogen-environment-liveness.cc', | 348 '../../src/hydrogen-environment-liveness.cc', |
347 '../../src/hydrogen-environment-liveness.h', | 349 '../../src/hydrogen-environment-liveness.h', |
348 '../../src/hydrogen-escape-analysis.cc', | 350 '../../src/hydrogen-escape-analysis.cc', |
349 '../../src/hydrogen-escape-analysis.h', | 351 '../../src/hydrogen-escape-analysis.h', |
350 '../../src/hydrogen-instructions.cc', | 352 '../../src/hydrogen-instructions.cc', |
351 '../../src/hydrogen-instructions.h', | 353 '../../src/hydrogen-instructions.h', |
352 '../../src/hydrogen.cc', | 354 '../../src/hydrogen.cc', |
353 '../../src/hydrogen.h', | 355 '../../src/hydrogen.h', |
354 '../../src/hydrogen-gvn.cc', | 356 '../../src/hydrogen-gvn.cc', |
355 '../../src/hydrogen-gvn.h', | 357 '../../src/hydrogen-gvn.h', |
(...skipping 676 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1032 }], | 1034 }], |
1033 ['v8_compress_startup_data=="bz2"', { | 1035 ['v8_compress_startup_data=="bz2"', { |
1034 'libraries': [ | 1036 'libraries': [ |
1035 '-lbz2', | 1037 '-lbz2', |
1036 ] | 1038 ] |
1037 }], | 1039 }], |
1038 ], | 1040 ], |
1039 }, | 1041 }, |
1040 ], | 1042 ], |
1041 } | 1043 } |
OLD | NEW |