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

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

Issue 1160983004: [turbofan] First step towards sanitizing for-in and making it optimizable. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Add some comments. Created 5 years, 6 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/x64/full-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 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 '../../src/rewriter.cc', 827 '../../src/rewriter.cc',
828 '../../src/rewriter.h', 828 '../../src/rewriter.h',
829 '../../src/runtime-profiler.cc', 829 '../../src/runtime-profiler.cc',
830 '../../src/runtime-profiler.h', 830 '../../src/runtime-profiler.h',
831 '../../src/runtime/runtime-array.cc', 831 '../../src/runtime/runtime-array.cc',
832 '../../src/runtime/runtime-classes.cc', 832 '../../src/runtime/runtime-classes.cc',
833 '../../src/runtime/runtime-collections.cc', 833 '../../src/runtime/runtime-collections.cc',
834 '../../src/runtime/runtime-compiler.cc', 834 '../../src/runtime/runtime-compiler.cc',
835 '../../src/runtime/runtime-date.cc', 835 '../../src/runtime/runtime-date.cc',
836 '../../src/runtime/runtime-debug.cc', 836 '../../src/runtime/runtime-debug.cc',
837 '../../src/runtime/runtime-forin.cc',
837 '../../src/runtime/runtime-function.cc', 838 '../../src/runtime/runtime-function.cc',
838 '../../src/runtime/runtime-generator.cc', 839 '../../src/runtime/runtime-generator.cc',
839 '../../src/runtime/runtime-i18n.cc', 840 '../../src/runtime/runtime-i18n.cc',
840 '../../src/runtime/runtime-internal.cc', 841 '../../src/runtime/runtime-internal.cc',
841 '../../src/runtime/runtime-json.cc', 842 '../../src/runtime/runtime-json.cc',
842 '../../src/runtime/runtime-literals.cc', 843 '../../src/runtime/runtime-literals.cc',
843 '../../src/runtime/runtime-liveedit.cc', 844 '../../src/runtime/runtime-liveedit.cc',
844 '../../src/runtime/runtime-maths.cc', 845 '../../src/runtime/runtime-maths.cc',
845 '../../src/runtime/runtime-numbers.cc', 846 '../../src/runtime/runtime-numbers.cc',
846 '../../src/runtime/runtime-object.cc', 847 '../../src/runtime/runtime-object.cc',
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after
1879 }], 1880 }],
1880 ['want_separate_host_toolset==1', { 1881 ['want_separate_host_toolset==1', {
1881 'toolsets': ['host'], 1882 'toolsets': ['host'],
1882 }, { 1883 }, {
1883 'toolsets': ['target'], 1884 'toolsets': ['target'],
1884 }], 1885 }],
1885 ], 1886 ],
1886 }, 1887 },
1887 ], 1888 ],
1888 } 1889 }
OLDNEW
« no previous file with comments | « src/x64/full-codegen-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698