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

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

Issue 17568015: New array bounds check elimination pass (focused on induction variables and bitwise operations). (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed review comments. Created 7 years, 5 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
« src/hydrogen-instructions.cc ('K') | « 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 '../../src/ast.cc', 216 '../../src/ast.cc',
217 '../../src/ast.h', 217 '../../src/ast.h',
218 '../../src/atomicops.h', 218 '../../src/atomicops.h',
219 '../../src/atomicops_internals_x86_gcc.cc', 219 '../../src/atomicops_internals_x86_gcc.cc',
220 '../../src/bignum-dtoa.cc', 220 '../../src/bignum-dtoa.cc',
221 '../../src/bignum-dtoa.h', 221 '../../src/bignum-dtoa.h',
222 '../../src/bignum.cc', 222 '../../src/bignum.cc',
223 '../../src/bignum.h', 223 '../../src/bignum.h',
224 '../../src/bootstrapper.cc', 224 '../../src/bootstrapper.cc',
225 '../../src/bootstrapper.h', 225 '../../src/bootstrapper.h',
226 '../../src/bounds-check-elimination.cc',
226 '../../src/builtins.cc', 227 '../../src/builtins.cc',
227 '../../src/builtins.h', 228 '../../src/builtins.h',
228 '../../src/bytecodes-irregexp.h', 229 '../../src/bytecodes-irregexp.h',
229 '../../src/cached-powers.cc', 230 '../../src/cached-powers.cc',
230 '../../src/cached-powers.h', 231 '../../src/cached-powers.h',
231 '../../src/char-predicates-inl.h', 232 '../../src/char-predicates-inl.h',
232 '../../src/char-predicates.h', 233 '../../src/char-predicates.h',
233 '../../src/checks.cc', 234 '../../src/checks.cc',
234 '../../src/checks.h', 235 '../../src/checks.h',
235 '../../src/circular-queue-inl.h', 236 '../../src/circular-queue-inl.h',
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
927 }], 928 }],
928 ['v8_compress_startup_data=="bz2"', { 929 ['v8_compress_startup_data=="bz2"', {
929 'libraries': [ 930 'libraries': [
930 '-lbz2', 931 '-lbz2',
931 ] 932 ]
932 }], 933 }],
933 ], 934 ],
934 }, 935 },
935 ], 936 ],
936 } 937 }
OLDNEW
« src/hydrogen-instructions.cc ('K') | « src/x64/lithium-codegen-x64.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698