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

Side by Side Diff: src/v8.gyp

Issue 2607993003: FFI Compiler based on code stub assembler (Closed)
Patch Set: Rebase Created 3 years, 11 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
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 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 'compiler/control-flow-optimizer.h', 582 'compiler/control-flow-optimizer.h',
583 'compiler/dead-code-elimination.cc', 583 'compiler/dead-code-elimination.cc',
584 'compiler/dead-code-elimination.h', 584 'compiler/dead-code-elimination.h',
585 'compiler/diamond.h', 585 'compiler/diamond.h',
586 'compiler/effect-control-linearizer.cc', 586 'compiler/effect-control-linearizer.cc',
587 'compiler/effect-control-linearizer.h', 587 'compiler/effect-control-linearizer.h',
588 'compiler/escape-analysis.cc', 588 'compiler/escape-analysis.cc',
589 'compiler/escape-analysis.h', 589 'compiler/escape-analysis.h',
590 'compiler/escape-analysis-reducer.cc', 590 'compiler/escape-analysis-reducer.cc',
591 'compiler/escape-analysis-reducer.h', 591 'compiler/escape-analysis-reducer.h',
592 'compiler/ffi-compiler.cc',
593 'compiler/ffi-compiler.h',
592 'compiler/frame.cc', 594 'compiler/frame.cc',
593 'compiler/frame.h', 595 'compiler/frame.h',
594 'compiler/frame-elider.cc', 596 'compiler/frame-elider.cc',
595 'compiler/frame-elider.h', 597 'compiler/frame-elider.h',
596 'compiler/frame-states.cc', 598 'compiler/frame-states.cc',
597 'compiler/frame-states.h', 599 'compiler/frame-states.h',
598 'compiler/gap-resolver.cc', 600 'compiler/gap-resolver.cc',
599 'compiler/gap-resolver.h', 601 'compiler/gap-resolver.h',
600 'compiler/graph-assembler.cc', 602 'compiler/graph-assembler.cc',
601 'compiler/graph-assembler.h', 603 'compiler/graph-assembler.h',
(...skipping 1894 matching lines...) Expand 10 before | Expand all | Expand 10 after
2496 'conditions': [ 2498 'conditions': [
2497 ['want_separate_host_toolset_mkpeephole==1', { 2499 ['want_separate_host_toolset_mkpeephole==1', {
2498 'toolsets': ['host'], 2500 'toolsets': ['host'],
2499 }, { 2501 }, {
2500 'toolsets': ['target'], 2502 'toolsets': ['target'],
2501 }], 2503 }],
2502 ], 2504 ],
2503 }, 2505 },
2504 ], 2506 ],
2505 } 2507 }
OLDNEW
« src/compiler/ffi-compiler.cc ('K') | « src/factory.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698