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

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

Issue 1487853002: [heap] Move to LAB-based allocation for newspace evacuation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added non-sticky and sticky bailout mode to old space for the new space allocation Created 5 years 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
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'expression-type-collector.h', 91 'expression-type-collector.h',
92 'interpreter/test-bytecode-generator.cc', 92 'interpreter/test-bytecode-generator.cc',
93 'interpreter/test-interpreter.cc', 93 'interpreter/test-interpreter.cc',
94 'gay-fixed.cc', 94 'gay-fixed.cc',
95 'gay-precision.cc', 95 'gay-precision.cc',
96 'gay-shortest.cc', 96 'gay-shortest.cc',
97 'heap/heap-tester.h', 97 'heap/heap-tester.h',
98 'heap/test-alloc.cc', 98 'heap/test-alloc.cc',
99 'heap/test-heap.cc', 99 'heap/test-heap.cc',
100 'heap/test-incremental-marking.cc', 100 'heap/test-incremental-marking.cc',
101 'heap/test-lab.cc',
101 'heap/test-mark-compact.cc', 102 'heap/test-mark-compact.cc',
102 'heap/test-spaces.cc', 103 'heap/test-spaces.cc',
103 'heap/utils-inl.h', 104 'heap/utils-inl.h',
104 'print-extension.cc', 105 'print-extension.cc',
105 'profiler-extension.cc', 106 'profiler-extension.cc',
106 'test-accessors.cc', 107 'test-accessors.cc',
107 'test-api.cc', 108 'test-api.cc',
108 'test-api.h', 109 'test-api.h',
109 'test-api-accessors.cc', 110 'test-api-accessors.cc',
110 'test-api-interceptors.cc', 111 'test-api-interceptors.cc',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 '../../build/isolate.gypi', 357 '../../build/isolate.gypi',
357 ], 358 ],
358 'sources': [ 359 'sources': [
359 'cctest.isolate', 360 'cctest.isolate',
360 ], 361 ],
361 }, 362 },
362 ], 363 ],
363 }], 364 }],
364 ], 365 ],
365 } 366 }
OLDNEW
« src/heap/spaces.h ('K') | « src/heap/spaces-inl.h ('k') | test/cctest/heap/test-lab.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698