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

Side by Side Diff: src/v8.gyp

Issue 2728363002: [heap] Implement concurrent marking boilerplate. (Closed)
Patch Set: Add missing test file Created 3 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 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'globals.h', 926 'globals.h',
927 'handles-inl.h', 927 'handles-inl.h',
928 'handles.cc', 928 'handles.cc',
929 'handles.h', 929 'handles.h',
930 'heap-symbols.h', 930 'heap-symbols.h',
931 'heap/array-buffer-tracker-inl.h', 931 'heap/array-buffer-tracker-inl.h',
932 'heap/array-buffer-tracker.cc', 932 'heap/array-buffer-tracker.cc',
933 'heap/array-buffer-tracker.h', 933 'heap/array-buffer-tracker.h',
934 'heap/code-stats.cc', 934 'heap/code-stats.cc',
935 'heap/code-stats.h', 935 'heap/code-stats.h',
936 'heap/concurrent-marking.cc',
937 'heap/concurrent-marking.h',
936 'heap/embedder-tracing.cc', 938 'heap/embedder-tracing.cc',
937 'heap/embedder-tracing.h', 939 'heap/embedder-tracing.h',
938 'heap/memory-reducer.cc', 940 'heap/memory-reducer.cc',
939 'heap/memory-reducer.h', 941 'heap/memory-reducer.h',
940 'heap/gc-idle-time-handler.cc', 942 'heap/gc-idle-time-handler.cc',
941 'heap/gc-idle-time-handler.h', 943 'heap/gc-idle-time-handler.h',
942 'heap/gc-tracer.cc', 944 'heap/gc-tracer.cc',
943 'heap/gc-tracer.h', 945 'heap/gc-tracer.h',
944 'heap/heap-inl.h', 946 'heap/heap-inl.h',
945 'heap/heap.cc', 947 'heap/heap.cc',
(...skipping 1570 matching lines...) Expand 10 before | Expand all | Expand 10 after
2516 'conditions': [ 2518 'conditions': [
2517 ['want_separate_host_toolset_mkpeephole==1', { 2519 ['want_separate_host_toolset_mkpeephole==1', {
2518 'toolsets': ['host'], 2520 'toolsets': ['host'],
2519 }, { 2521 }, {
2520 'toolsets': ['target'], 2522 'toolsets': ['target'],
2521 }], 2523 }],
2522 ], 2524 ],
2523 }, 2525 },
2524 ], 2526 ],
2525 } 2527 }
OLDNEW
« src/heap/concurrent-marking.h ('K') | « src/heap/heap.cc ('k') | test/cctest/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698