Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: tools/gyp/v8.gyp

Issue 567433002: Eliminate Turbofan shims with CodeFactory (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « src/x64/lithium-codegen-x64.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 '../../src/builtins.h', 357 '../../src/builtins.h',
358 '../../src/bytecodes-irregexp.h', 358 '../../src/bytecodes-irregexp.h',
359 '../../src/cached-powers.cc', 359 '../../src/cached-powers.cc',
360 '../../src/cached-powers.h', 360 '../../src/cached-powers.h',
361 '../../src/char-predicates-inl.h', 361 '../../src/char-predicates-inl.h',
362 '../../src/char-predicates.h', 362 '../../src/char-predicates.h',
363 '../../src/checks.cc', 363 '../../src/checks.cc',
364 '../../src/checks.h', 364 '../../src/checks.h',
365 '../../src/circular-queue-inl.h', 365 '../../src/circular-queue-inl.h',
366 '../../src/circular-queue.h', 366 '../../src/circular-queue.h',
367 '../../src/code-factory.cc',
368 '../../src/code-factory.h',
367 '../../src/code-stubs.cc', 369 '../../src/code-stubs.cc',
368 '../../src/code-stubs.h', 370 '../../src/code-stubs.h',
369 '../../src/code-stubs-hydrogen.cc', 371 '../../src/code-stubs-hydrogen.cc',
370 '../../src/code.h', 372 '../../src/code.h',
371 '../../src/codegen.cc', 373 '../../src/codegen.cc',
372 '../../src/codegen.h', 374 '../../src/codegen.h',
373 '../../src/compilation-cache.cc', 375 '../../src/compilation-cache.cc',
374 '../../src/compilation-cache.h', 376 '../../src/compilation-cache.h',
375 '../../src/compiler/access-builder.cc', 377 '../../src/compiler/access-builder.cc',
376 '../../src/compiler/access-builder.h', 378 '../../src/compiler/access-builder.h',
(...skipping 1266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1643 }], 1645 }],
1644 ['v8_compress_startup_data=="bz2"', { 1646 ['v8_compress_startup_data=="bz2"', {
1645 'libraries': [ 1647 'libraries': [
1646 '-lbz2', 1648 '-lbz2',
1647 ] 1649 ]
1648 }], 1650 }],
1649 ], 1651 ],
1650 }, 1652 },
1651 ], 1653 ],
1652 } 1654 }
OLDNEW
« no previous file with comments | « src/x64/lithium-codegen-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698