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

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

Issue 650073002: vector-based ICs did not update type feedback counts correctly. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: REBASE. Created 6 years, 2 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 | « src/x64/lithium-codegen-x64.cc ('k') | test/cctest/test-compiler.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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 'test-date.cc', 111 'test-date.cc',
112 'test-debug.cc', 112 'test-debug.cc',
113 'test-declarative-accessors.cc', 113 'test-declarative-accessors.cc',
114 'test-decls.cc', 114 'test-decls.cc',
115 'test-deoptimization.cc', 115 'test-deoptimization.cc',
116 'test-dictionary.cc', 116 'test-dictionary.cc',
117 'test-diy-fp.cc', 117 'test-diy-fp.cc',
118 'test-double.cc', 118 'test-double.cc',
119 'test-dtoa.cc', 119 'test-dtoa.cc',
120 'test-fast-dtoa.cc', 120 'test-fast-dtoa.cc',
121 'test-feedback-vector.cc',
121 'test-fixed-dtoa.cc', 122 'test-fixed-dtoa.cc',
122 'test-flags.cc', 123 'test-flags.cc',
123 'test-func-name-inference.cc', 124 'test-func-name-inference.cc',
124 'test-gc-tracer.cc', 125 'test-gc-tracer.cc',
125 'test-global-handles.cc', 126 'test-global-handles.cc',
126 'test-global-object.cc', 127 'test-global-object.cc',
127 'test-hashing.cc', 128 'test-hashing.cc',
128 'test-hashmap.cc', 129 'test-hashmap.cc',
129 'test-heap.cc', 130 'test-heap.cc',
130 'test-heap-profiler.cc', 131 'test-heap-profiler.cc',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 '<@(_outputs)', 300 '<@(_outputs)',
300 'TEST', # type 301 'TEST', # type
301 'off', # compression 302 'off', # compression
302 '<@(file_list)', 303 '<@(file_list)',
303 ], 304 ],
304 } 305 }
305 ], 306 ],
306 }, 307 },
307 ], 308 ],
308 } 309 }
OLDNEW
« no previous file with comments | « src/x64/lithium-codegen-x64.cc ('k') | test/cctest/test-compiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698