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

Side by Side Diff: src/v8.gyp

Issue 2607993003: FFI Compiler based on code stub assembler (Closed)
Patch Set: Move FFIAssembler from .h to .cc 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
« no previous file with comments | « src/ffi/ffi-compiler.cc ('k') | test/cctest/BUILD.gn » ('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 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 872 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 'extensions/trigger-failure-extension.cc', 883 'extensions/trigger-failure-extension.cc',
884 'extensions/trigger-failure-extension.h', 884 'extensions/trigger-failure-extension.h',
885 'external-reference-table.cc', 885 'external-reference-table.cc',
886 'external-reference-table.h', 886 'external-reference-table.h',
887 'factory.cc', 887 'factory.cc',
888 'factory.h', 888 'factory.h',
889 'fast-accessor-assembler.cc', 889 'fast-accessor-assembler.cc',
890 'fast-accessor-assembler.h', 890 'fast-accessor-assembler.h',
891 'fast-dtoa.cc', 891 'fast-dtoa.cc',
892 'fast-dtoa.h', 892 'fast-dtoa.h',
893 'ffi/ffi-compiler.cc',
894 'ffi/ffi-compiler.h',
893 'field-index.h', 895 'field-index.h',
894 'field-index-inl.h', 896 'field-index-inl.h',
895 'field-type.cc', 897 'field-type.cc',
896 'field-type.h', 898 'field-type.h',
897 'fixed-dtoa.cc', 899 'fixed-dtoa.cc',
898 'fixed-dtoa.h', 900 'fixed-dtoa.h',
899 'flag-definitions.h', 901 'flag-definitions.h',
900 'flags.cc', 902 'flags.cc',
901 'flags.h', 903 'flags.h',
902 'frames-inl.h', 904 'frames-inl.h',
(...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after
2497 'conditions': [ 2499 'conditions': [
2498 ['want_separate_host_toolset_mkpeephole==1', { 2500 ['want_separate_host_toolset_mkpeephole==1', {
2499 'toolsets': ['host'], 2501 'toolsets': ['host'],
2500 }, { 2502 }, {
2501 'toolsets': ['target'], 2503 'toolsets': ['target'],
2502 }], 2504 }],
2503 ], 2505 ],
2504 }, 2506 },
2505 ], 2507 ],
2506 } 2508 }
OLDNEW
« no previous file with comments | « src/ffi/ffi-compiler.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698