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

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

Issue 10170030: Implement tracking and optimizations of packed arrays (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Review feedback Created 8 years, 7 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 | « test/mjsunit/unbox-double-arrays.js ('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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 '../../src/disasm.h', 288 '../../src/disasm.h',
289 '../../src/disassembler.cc', 289 '../../src/disassembler.cc',
290 '../../src/disassembler.h', 290 '../../src/disassembler.h',
291 '../../src/diy-fp.cc', 291 '../../src/diy-fp.cc',
292 '../../src/diy-fp.h', 292 '../../src/diy-fp.h',
293 '../../src/double.h', 293 '../../src/double.h',
294 '../../src/dtoa.cc', 294 '../../src/dtoa.cc',
295 '../../src/dtoa.h', 295 '../../src/dtoa.h',
296 '../../src/elements.cc', 296 '../../src/elements.cc',
297 '../../src/elements.h', 297 '../../src/elements.h',
298 '../../src/elements-kind.cc',
299 '../../src/elements-kind.h',
298 '../../src/execution.cc', 300 '../../src/execution.cc',
299 '../../src/execution.h', 301 '../../src/execution.h',
300 '../../src/factory.cc', 302 '../../src/factory.cc',
301 '../../src/factory.h', 303 '../../src/factory.h',
302 '../../src/fast-dtoa.cc', 304 '../../src/fast-dtoa.cc',
303 '../../src/fast-dtoa.h', 305 '../../src/fast-dtoa.h',
304 '../../src/flag-definitions.h', 306 '../../src/flag-definitions.h',
305 '../../src/fixed-dtoa.cc', 307 '../../src/fixed-dtoa.cc',
306 '../../src/fixed-dtoa.h', 308 '../../src/fixed-dtoa.h',
307 '../../src/flags.cc', 309 '../../src/flags.cc',
(...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 }], 988 }],
987 ], 989 ],
988 'dependencies': [ 990 'dependencies': [
989 'v8' 991 'v8'
990 ], 992 ],
991 }, 993 },
992 ], 994 ],
993 }], 995 }],
994 ], 996 ],
995 } 997 }
OLDNEW
« no previous file with comments | « test/mjsunit/unbox-double-arrays.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698