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

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

Issue 1703823002: Replace slots buffer with remembered set. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address comments Created 4 years, 10 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/heap/store-buffer-inl.h ('k') | test/cctest/test-unboxed-doubles.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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'test-platform.cc', 161 'test-platform.cc',
162 'test-profile-generator.cc', 162 'test-profile-generator.cc',
163 'test-random-number-generator.cc', 163 'test-random-number-generator.cc',
164 'test-receiver-check-hidden-prototype.cc', 164 'test-receiver-check-hidden-prototype.cc',
165 'test-regexp.cc', 165 'test-regexp.cc',
166 'test-reloc-info.cc', 166 'test-reloc-info.cc',
167 'test-representation.cc', 167 'test-representation.cc',
168 'test-sampler-api.cc', 168 'test-sampler-api.cc',
169 'test-serialize.cc', 169 'test-serialize.cc',
170 'test-simd.cc', 170 'test-simd.cc',
171 'test-slots-buffer.cc',
172 'test-strings.cc', 171 'test-strings.cc',
173 'test-symbols.cc', 172 'test-symbols.cc',
174 'test-strtod.cc', 173 'test-strtod.cc',
175 'test-thread-termination.cc', 174 'test-thread-termination.cc',
176 'test-threads.cc', 175 'test-threads.cc',
177 'test-trace-event.cc', 176 'test-trace-event.cc',
178 'test-transitions.cc', 177 'test-transitions.cc',
179 'test-typedarrays.cc', 178 'test-typedarrays.cc',
180 'test-types.cc', 179 'test-types.cc',
181 'test-typing-reset.cc', 180 'test-typing-reset.cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
396 '../../build/isolate.gypi', 395 '../../build/isolate.gypi',
397 ], 396 ],
398 'sources': [ 397 'sources': [
399 'cctest.isolate', 398 'cctest.isolate',
400 ], 399 ],
401 }, 400 },
402 ], 401 ],
403 }], 402 }],
404 ], 403 ],
405 } 404 }
OLDNEW
« no previous file with comments | « src/heap/store-buffer-inl.h ('k') | test/cctest/test-unboxed-doubles.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698