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

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

Issue 3152016: Remove experimental fast-codegen. We are no longer working on this (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 4 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/full-codegen-x64.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 '../../src/dtoa.cc', 329 '../../src/dtoa.cc',
330 '../../src/dtoa.h', 330 '../../src/dtoa.h',
331 '../../src/dtoa-config.c', 331 '../../src/dtoa-config.c',
332 '../../src/diy-fp.cc', 332 '../../src/diy-fp.cc',
333 '../../src/diy-fp.h', 333 '../../src/diy-fp.h',
334 '../../src/double.h', 334 '../../src/double.h',
335 '../../src/execution.cc', 335 '../../src/execution.cc',
336 '../../src/execution.h', 336 '../../src/execution.h',
337 '../../src/factory.cc', 337 '../../src/factory.cc',
338 '../../src/factory.h', 338 '../../src/factory.h',
339 '../../src/fast-codegen.h',
340 '../../src/fast-dtoa.cc', 339 '../../src/fast-dtoa.cc',
341 '../../src/fast-dtoa.h', 340 '../../src/fast-dtoa.h',
342 '../../src/flag-definitions.h', 341 '../../src/flag-definitions.h',
343 '../../src/fixed-dtoa.cc', 342 '../../src/fixed-dtoa.cc',
344 '../../src/fixed-dtoa.h', 343 '../../src/fixed-dtoa.h',
345 '../../src/flags.cc', 344 '../../src/flags.cc',
346 '../../src/flags.h', 345 '../../src/flags.h',
347 '../../src/flow-graph.cc', 346 '../../src/flow-graph.cc',
348 '../../src/flow-graph.h', 347 '../../src/flow-graph.h',
349 '../../src/frame-element.cc', 348 '../../src/frame-element.cc',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 '../../src/zone-inl.h', 479 '../../src/zone-inl.h',
481 '../../src/zone.cc', 480 '../../src/zone.cc',
482 '../../src/zone.h', 481 '../../src/zone.h',
483 ], 482 ],
484 'conditions': [ 483 'conditions': [
485 ['v8_target_arch=="arm"', { 484 ['v8_target_arch=="arm"', {
486 'include_dirs+': [ 485 'include_dirs+': [
487 '../../src/arm', 486 '../../src/arm',
488 ], 487 ],
489 'sources': [ 488 'sources': [
490 '../../src/fast-codegen.cc',
491 '../../src/jump-target-light.h', 489 '../../src/jump-target-light.h',
492 '../../src/jump-target-light-inl.h', 490 '../../src/jump-target-light-inl.h',
493 '../../src/jump-target-light.cc', 491 '../../src/jump-target-light.cc',
494 '../../src/virtual-frame-light-inl.h', 492 '../../src/virtual-frame-light-inl.h',
495 '../../src/virtual-frame-light.cc', 493 '../../src/virtual-frame-light.cc',
496 '../../src/arm/assembler-arm-inl.h', 494 '../../src/arm/assembler-arm-inl.h',
497 '../../src/arm/assembler-arm.cc', 495 '../../src/arm/assembler-arm.cc',
498 '../../src/arm/assembler-arm.h', 496 '../../src/arm/assembler-arm.h',
499 '../../src/arm/builtins-arm.cc', 497 '../../src/arm/builtins-arm.cc',
500 '../../src/arm/codegen-arm.cc', 498 '../../src/arm/codegen-arm.cc',
501 '../../src/arm/codegen-arm.h', 499 '../../src/arm/codegen-arm.h',
502 '../../src/arm/constants-arm.h', 500 '../../src/arm/constants-arm.h',
503 '../../src/arm/constants-arm.cc', 501 '../../src/arm/constants-arm.cc',
504 '../../src/arm/cpu-arm.cc', 502 '../../src/arm/cpu-arm.cc',
505 '../../src/arm/debug-arm.cc', 503 '../../src/arm/debug-arm.cc',
506 '../../src/arm/disasm-arm.cc', 504 '../../src/arm/disasm-arm.cc',
507 '../../src/arm/fast-codegen-arm.cc',
508 '../../src/arm/frames-arm.cc', 505 '../../src/arm/frames-arm.cc',
509 '../../src/arm/frames-arm.h', 506 '../../src/arm/frames-arm.h',
510 '../../src/arm/full-codegen-arm.cc', 507 '../../src/arm/full-codegen-arm.cc',
511 '../../src/arm/ic-arm.cc', 508 '../../src/arm/ic-arm.cc',
512 '../../src/arm/jump-target-arm.cc', 509 '../../src/arm/jump-target-arm.cc',
513 '../../src/arm/macro-assembler-arm.cc', 510 '../../src/arm/macro-assembler-arm.cc',
514 '../../src/arm/macro-assembler-arm.h', 511 '../../src/arm/macro-assembler-arm.h',
515 '../../src/arm/regexp-macro-assembler-arm.cc', 512 '../../src/arm/regexp-macro-assembler-arm.cc',
516 '../../src/arm/regexp-macro-assembler-arm.h', 513 '../../src/arm/regexp-macro-assembler-arm.h',
517 '../../src/arm/register-allocator-arm.cc', 514 '../../src/arm/register-allocator-arm.cc',
(...skipping 24 matching lines...) Expand all
542 '../../src/virtual-frame-heavy.cc', 539 '../../src/virtual-frame-heavy.cc',
543 '../../src/ia32/assembler-ia32-inl.h', 540 '../../src/ia32/assembler-ia32-inl.h',
544 '../../src/ia32/assembler-ia32.cc', 541 '../../src/ia32/assembler-ia32.cc',
545 '../../src/ia32/assembler-ia32.h', 542 '../../src/ia32/assembler-ia32.h',
546 '../../src/ia32/builtins-ia32.cc', 543 '../../src/ia32/builtins-ia32.cc',
547 '../../src/ia32/codegen-ia32.cc', 544 '../../src/ia32/codegen-ia32.cc',
548 '../../src/ia32/codegen-ia32.h', 545 '../../src/ia32/codegen-ia32.h',
549 '../../src/ia32/cpu-ia32.cc', 546 '../../src/ia32/cpu-ia32.cc',
550 '../../src/ia32/debug-ia32.cc', 547 '../../src/ia32/debug-ia32.cc',
551 '../../src/ia32/disasm-ia32.cc', 548 '../../src/ia32/disasm-ia32.cc',
552 '../../src/ia32/fast-codegen-ia32.cc',
553 '../../src/ia32/fast-codegen-ia32.h',
554 '../../src/ia32/frames-ia32.cc', 549 '../../src/ia32/frames-ia32.cc',
555 '../../src/ia32/frames-ia32.h', 550 '../../src/ia32/frames-ia32.h',
556 '../../src/ia32/full-codegen-ia32.cc', 551 '../../src/ia32/full-codegen-ia32.cc',
557 '../../src/ia32/ic-ia32.cc', 552 '../../src/ia32/ic-ia32.cc',
558 '../../src/ia32/jump-target-ia32.cc', 553 '../../src/ia32/jump-target-ia32.cc',
559 '../../src/ia32/macro-assembler-ia32.cc', 554 '../../src/ia32/macro-assembler-ia32.cc',
560 '../../src/ia32/macro-assembler-ia32.h', 555 '../../src/ia32/macro-assembler-ia32.h',
561 '../../src/ia32/regexp-macro-assembler-ia32.cc', 556 '../../src/ia32/regexp-macro-assembler-ia32.cc',
562 '../../src/ia32/regexp-macro-assembler-ia32.h', 557 '../../src/ia32/regexp-macro-assembler-ia32.h',
563 '../../src/ia32/register-allocator-ia32.cc', 558 '../../src/ia32/register-allocator-ia32.cc',
564 '../../src/ia32/stub-cache-ia32.cc', 559 '../../src/ia32/stub-cache-ia32.cc',
565 '../../src/ia32/virtual-frame-ia32.cc', 560 '../../src/ia32/virtual-frame-ia32.cc',
566 '../../src/ia32/virtual-frame-ia32.h', 561 '../../src/ia32/virtual-frame-ia32.h',
567 ], 562 ],
568 }], 563 }],
569 ['v8_target_arch=="x64" or v8_target_arch=="mac" or OS=="mac"', { 564 ['v8_target_arch=="x64" or v8_target_arch=="mac" or OS=="mac"', {
570 'include_dirs+': [ 565 'include_dirs+': [
571 '../../src/x64', 566 '../../src/x64',
572 ], 567 ],
573 'sources': [ 568 'sources': [
574 '../../src/fast-codegen.cc',
575 '../../src/jump-target-heavy.h', 569 '../../src/jump-target-heavy.h',
576 '../../src/jump-target-heavy-inl.h', 570 '../../src/jump-target-heavy-inl.h',
577 '../../src/jump-target-heavy.cc', 571 '../../src/jump-target-heavy.cc',
578 '../../src/virtual-frame-heavy-inl.h', 572 '../../src/virtual-frame-heavy-inl.h',
579 '../../src/virtual-frame-heavy.cc', 573 '../../src/virtual-frame-heavy.cc',
580 '../../src/x64/assembler-x64-inl.h', 574 '../../src/x64/assembler-x64-inl.h',
581 '../../src/x64/assembler-x64.cc', 575 '../../src/x64/assembler-x64.cc',
582 '../../src/x64/assembler-x64.h', 576 '../../src/x64/assembler-x64.h',
583 '../../src/x64/builtins-x64.cc', 577 '../../src/x64/builtins-x64.cc',
584 '../../src/x64/codegen-x64.cc', 578 '../../src/x64/codegen-x64.cc',
585 '../../src/x64/codegen-x64.h', 579 '../../src/x64/codegen-x64.h',
586 '../../src/x64/cpu-x64.cc', 580 '../../src/x64/cpu-x64.cc',
587 '../../src/x64/debug-x64.cc', 581 '../../src/x64/debug-x64.cc',
588 '../../src/x64/disasm-x64.cc', 582 '../../src/x64/disasm-x64.cc',
589 '../../src/x64/fast-codegen-x64.cc',
590 '../../src/x64/frames-x64.cc', 583 '../../src/x64/frames-x64.cc',
591 '../../src/x64/frames-x64.h', 584 '../../src/x64/frames-x64.h',
592 '../../src/x64/full-codegen-x64.cc', 585 '../../src/x64/full-codegen-x64.cc',
593 '../../src/x64/ic-x64.cc', 586 '../../src/x64/ic-x64.cc',
594 '../../src/x64/jump-target-x64.cc', 587 '../../src/x64/jump-target-x64.cc',
595 '../../src/x64/macro-assembler-x64.cc', 588 '../../src/x64/macro-assembler-x64.cc',
596 '../../src/x64/macro-assembler-x64.h', 589 '../../src/x64/macro-assembler-x64.h',
597 '../../src/x64/regexp-macro-assembler-x64.cc', 590 '../../src/x64/regexp-macro-assembler-x64.cc',
598 '../../src/x64/regexp-macro-assembler-x64.h', 591 '../../src/x64/regexp-macro-assembler-x64.h',
599 '../../src/x64/register-allocator-x64.cc', 592 '../../src/x64/register-allocator-x64.cc',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 ], 733 ],
741 'conditions': [ 734 'conditions': [
742 ['OS=="win"', { 735 ['OS=="win"', {
743 # This could be gotten by not setting chromium_code, if that's OK. 736 # This could be gotten by not setting chromium_code, if that's OK.
744 'defines': ['_CRT_SECURE_NO_WARNINGS'], 737 'defines': ['_CRT_SECURE_NO_WARNINGS'],
745 }], 738 }],
746 ], 739 ],
747 }, 740 },
748 ], 741 ],
749 } 742 }
OLDNEW
« no previous file with comments | « src/x64/full-codegen-x64.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698