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

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

Issue 1957323003: [heap] Add page evacuation mode for new->new (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Switch threshold flag back to 70 Created 4 years, 6 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/spaces.cc ('k') | test/cctest/heap/test-heap.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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'heap/heap-tester.h', 105 'heap/heap-tester.h',
106 'heap/heap-utils.cc', 106 'heap/heap-utils.cc',
107 'heap/heap-utils.h', 107 'heap/heap-utils.h',
108 'heap/test-alloc.cc', 108 'heap/test-alloc.cc',
109 'heap/test-array-buffer-tracker.cc', 109 'heap/test-array-buffer-tracker.cc',
110 'heap/test-compaction.cc', 110 'heap/test-compaction.cc',
111 'heap/test-heap.cc', 111 'heap/test-heap.cc',
112 'heap/test-incremental-marking.cc', 112 'heap/test-incremental-marking.cc',
113 'heap/test-lab.cc', 113 'heap/test-lab.cc',
114 'heap/test-mark-compact.cc', 114 'heap/test-mark-compact.cc',
115 'heap/test-page-promotion.cc',
115 'heap/test-spaces.cc', 116 'heap/test-spaces.cc',
116 'libsampler/test-sampler.cc', 117 'libsampler/test-sampler.cc',
117 'print-extension.cc', 118 'print-extension.cc',
118 'profiler-extension.cc', 119 'profiler-extension.cc',
119 'test-accessors.cc', 120 'test-accessors.cc',
120 'test-api.cc', 121 'test-api.cc',
121 'test-api.h', 122 'test-api.h',
122 'test-api-accessors.cc', 123 'test-api-accessors.cc',
123 'test-api-interceptors.cc', 124 'test-api-interceptors.cc',
124 'test-api-fast-accessor-builder.cc', 125 'test-api-fast-accessor-builder.cc',
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 '../../gypfiles/isolate.gypi', 448 '../../gypfiles/isolate.gypi',
448 ], 449 ],
449 'sources': [ 450 'sources': [
450 'cctest.isolate', 451 'cctest.isolate',
451 ], 452 ],
452 }, 453 },
453 ], 454 ],
454 }], 455 }],
455 ], 456 ],
456 } 457 }
OLDNEW
« no previous file with comments | « src/heap/spaces.cc ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698