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

Side by Side Diff: test/cctest/cctest.gyp

Issue 683243005: convert BitVector to use pointer size blocks (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 1 month 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 | « src/hydrogen-instructions.h ('k') | test/cctest/test-bit-vector.cc » ('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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'gay-shortest.cc', 95 'gay-shortest.cc',
96 'print-extension.cc', 96 'print-extension.cc',
97 'profiler-extension.cc', 97 'profiler-extension.cc',
98 'test-accessors.cc', 98 'test-accessors.cc',
99 'test-alloc.cc', 99 'test-alloc.cc',
100 'test-api.cc', 100 'test-api.cc',
101 'test-ast.cc', 101 'test-ast.cc',
102 'test-atomicops.cc', 102 'test-atomicops.cc',
103 'test-bignum.cc', 103 'test-bignum.cc',
104 'test-bignum-dtoa.cc', 104 'test-bignum-dtoa.cc',
105 'test-bit-vector.cc',
105 'test-checks.cc', 106 'test-checks.cc',
106 'test-circular-queue.cc', 107 'test-circular-queue.cc',
107 'test-compiler.cc', 108 'test-compiler.cc',
108 'test-constantpool.cc', 109 'test-constantpool.cc',
109 'test-conversions.cc', 110 'test-conversions.cc',
110 'test-cpu-profiler.cc', 111 'test-cpu-profiler.cc',
111 'test-dataflow.cc',
112 'test-date.cc', 112 'test-date.cc',
113 'test-debug.cc', 113 'test-debug.cc',
114 'test-declarative-accessors.cc', 114 'test-declarative-accessors.cc',
115 'test-decls.cc', 115 'test-decls.cc',
116 'test-deoptimization.cc', 116 'test-deoptimization.cc',
117 'test-dictionary.cc', 117 'test-dictionary.cc',
118 'test-diy-fp.cc', 118 'test-diy-fp.cc',
119 'test-double.cc', 119 'test-double.cc',
120 'test-dtoa.cc', 120 'test-dtoa.cc',
121 'test-fast-dtoa.cc', 121 'test-fast-dtoa.cc',
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 '<@(_outputs)', 301 '<@(_outputs)',
302 'TEST', # type 302 'TEST', # type
303 'off', # compression 303 'off', # compression
304 '<@(file_list)', 304 '<@(file_list)',
305 ], 305 ],
306 } 306 }
307 ], 307 ],
308 }, 308 },
309 ], 309 ],
310 } 310 }
OLDNEW
« no previous file with comments | « src/hydrogen-instructions.h ('k') | test/cctest/test-bit-vector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698