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: src/v8.gyp

Issue 2810893002: [heap] Implement simple concurrent marking deque. (Closed)
Patch Set: Fix comment Created 3 years, 7 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/sequential-marking-deque.h ('k') | test/cctest/heap/test-concurrent-marking.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 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
944 'globals.h', 944 'globals.h',
945 'handles-inl.h', 945 'handles-inl.h',
946 'handles.cc', 946 'handles.cc',
947 'handles.h', 947 'handles.h',
948 'heap-symbols.h', 948 'heap-symbols.h',
949 'heap/array-buffer-tracker-inl.h', 949 'heap/array-buffer-tracker-inl.h',
950 'heap/array-buffer-tracker.cc', 950 'heap/array-buffer-tracker.cc',
951 'heap/array-buffer-tracker.h', 951 'heap/array-buffer-tracker.h',
952 'heap/code-stats.cc', 952 'heap/code-stats.cc',
953 'heap/code-stats.h', 953 'heap/code-stats.h',
954 'heap/concurrent-marking-deque.h',
954 'heap/concurrent-marking.cc', 955 'heap/concurrent-marking.cc',
955 'heap/concurrent-marking.h', 956 'heap/concurrent-marking.h',
956 'heap/embedder-tracing.cc', 957 'heap/embedder-tracing.cc',
957 'heap/embedder-tracing.h', 958 'heap/embedder-tracing.h',
958 'heap/memory-reducer.cc', 959 'heap/memory-reducer.cc',
959 'heap/memory-reducer.h', 960 'heap/memory-reducer.h',
960 'heap/gc-idle-time-handler.cc', 961 'heap/gc-idle-time-handler.cc',
961 'heap/gc-idle-time-handler.h', 962 'heap/gc-idle-time-handler.h',
962 'heap/gc-tracer.cc', 963 'heap/gc-tracer.cc',
963 'heap/gc-tracer.h', 964 'heap/gc-tracer.h',
(...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2493 }], 2494 }],
2494 ['want_separate_host_toolset==1', { 2495 ['want_separate_host_toolset==1', {
2495 'toolsets': ['host'], 2496 'toolsets': ['host'],
2496 }, { 2497 }, {
2497 'toolsets': ['target'], 2498 'toolsets': ['target'],
2498 }], 2499 }],
2499 ], 2500 ],
2500 }, 2501 },
2501 ], 2502 ],
2502 } 2503 }
OLDNEW
« no previous file with comments | « src/heap/sequential-marking-deque.h ('k') | test/cctest/heap/test-concurrent-marking.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698