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

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

Issue 980523004: Retain maps embedded in optimized code for several garbage collections. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Clear on context disposal Created 5 years, 9 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
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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'gay-fixed.cc', 93 'gay-fixed.cc',
94 'gay-precision.cc', 94 'gay-precision.cc',
95 'gay-shortest.cc', 95 'gay-shortest.cc',
96 'print-extension.cc', 96 'print-extension.cc',
97 'profiler-extension.cc', 97 'profiler-extension.cc',
98 'test-accessors.cc', 98 'test-accessors.cc',
99 'test-alloc.cc', 99 'test-alloc.cc',
100 'test-api.cc', 100 'test-api.cc',
101 'test-api.h', 101 'test-api.h',
102 'test-api-interceptors.cc', 102 'test-api-interceptors.cc',
103 'test-array-list.cc',
103 'test-ast.cc', 104 'test-ast.cc',
104 'test-atomicops.cc', 105 'test-atomicops.cc',
105 'test-bignum.cc', 106 'test-bignum.cc',
106 'test-bignum-dtoa.cc', 107 'test-bignum-dtoa.cc',
107 'test-bit-vector.cc', 108 'test-bit-vector.cc',
108 'test-circular-queue.cc', 109 'test-circular-queue.cc',
109 'test-compiler.cc', 110 'test-compiler.cc',
110 'test-constantpool.cc', 111 'test-constantpool.cc',
111 'test-conversions.cc', 112 'test-conversions.cc',
112 'test-cpu-profiler.cc', 113 'test-cpu-profiler.cc',
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 '../../tools/js2c.py', 321 '../../tools/js2c.py',
321 '<@(_outputs)', 322 '<@(_outputs)',
322 'TEST', # type 323 'TEST', # type
323 '<@(file_list)', 324 '<@(file_list)',
324 ], 325 ],
325 } 326 }
326 ], 327 ],
327 }, 328 },
328 ], 329 ],
329 } 330 }
OLDNEW
« src/objects-inl.h ('K') | « src/objects-inl.h ('k') | test/cctest/test-api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698