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

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 comments describing LocalAllocationBuffer 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
« no previous file with comments | « src/heap/spaces-inl.h ('k') | test/cctest/heap/test-lab.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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-compaction.cc', 99 'heap/test-compaction.cc',
100 'heap/test-heap.cc', 100 'heap/test-heap.cc',
101 'heap/test-incremental-marking.cc', 101 'heap/test-incremental-marking.cc',
102 'heap/test-lab.cc',
102 'heap/test-mark-compact.cc', 103 'heap/test-mark-compact.cc',
103 'heap/test-spaces.cc', 104 'heap/test-spaces.cc',
104 'heap/utils-inl.h', 105 'heap/utils-inl.h',
105 'print-extension.cc', 106 'print-extension.cc',
106 'profiler-extension.cc', 107 'profiler-extension.cc',
107 'test-accessors.cc', 108 'test-accessors.cc',
108 'test-api.cc', 109 'test-api.cc',
109 'test-api.h', 110 'test-api.h',
110 'test-api-accessors.cc', 111 'test-api-accessors.cc',
111 'test-api-interceptors.cc', 112 'test-api-interceptors.cc',
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 '../../build/isolate.gypi', 359 '../../build/isolate.gypi',
359 ], 360 ],
360 'sources': [ 361 'sources': [
361 'cctest.isolate', 362 'cctest.isolate',
362 ], 363 ],
363 }, 364 },
364 ], 365 ],
365 }], 366 }],
366 ], 367 ],
367 } 368 }
OLDNEW
« no previous file with comments | « 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