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

Side by Side Diff: src/v8.gyp

Issue 2438273002: Reland Update implementation of atomics with latest Chromium version but use compiler builtin atomi… (Closed)
Patch Set: fix memory order for release cmpxchg Created 4 years, 2 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/base/atomicops_internals_x86_msvc.h ('k') | test/cctest/test-atomicops.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 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after
1774 'variables': { 1774 'variables': {
1775 'optimize': 'max', 1775 'optimize': 'max',
1776 }, 1776 },
1777 'include_dirs+': [ 1777 'include_dirs+': [
1778 '..', 1778 '..',
1779 ], 1779 ],
1780 'sources': [ 1780 'sources': [
1781 'base/adapters.h', 1781 'base/adapters.h',
1782 'base/atomic-utils.h', 1782 'base/atomic-utils.h',
1783 'base/atomicops.h', 1783 'base/atomicops.h',
1784 'base/atomicops_internals_arm64_gcc.h',
1785 'base/atomicops_internals_arm_gcc.h',
1786 'base/atomicops_internals_atomicword_compat.h', 1784 'base/atomicops_internals_atomicword_compat.h',
1787 'base/atomicops_internals_mac.h', 1785 'base/atomicops_internals_portable.h',
1788 'base/atomicops_internals_mips_gcc.h',
1789 'base/atomicops_internals_mips64_gcc.h',
1790 'base/atomicops_internals_ppc_gcc.h',
1791 'base/atomicops_internals_s390_gcc.h',
1792 'base/atomicops_internals_tsan.h',
1793 'base/atomicops_internals_x86_gcc.cc',
1794 'base/atomicops_internals_x86_gcc.h',
1795 'base/atomicops_internals_x86_msvc.h', 1786 'base/atomicops_internals_x86_msvc.h',
1796 'base/base-export.h', 1787 'base/base-export.h',
1797 'base/bits.cc', 1788 'base/bits.cc',
1798 'base/bits.h', 1789 'base/bits.h',
1799 'base/build_config.h', 1790 'base/build_config.h',
1800 'base/compiler-specific.h', 1791 'base/compiler-specific.h',
1801 'base/cpu.cc', 1792 'base/cpu.cc',
1802 'base/cpu.h', 1793 'base/cpu.h',
1803 'base/division-by-constant.cc', 1794 'base/division-by-constant.cc',
1804 'base/division-by-constant.h', 1795 'base/division-by-constant.h',
(...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
2480 'conditions': [ 2471 'conditions': [
2481 ['want_separate_host_toolset_mkpeephole==1', { 2472 ['want_separate_host_toolset_mkpeephole==1', {
2482 'toolsets': ['host'], 2473 'toolsets': ['host'],
2483 }, { 2474 }, {
2484 'toolsets': ['target'], 2475 'toolsets': ['target'],
2485 }], 2476 }],
2486 ], 2477 ],
2487 }, 2478 },
2488 ], 2479 ],
2489 } 2480 }
OLDNEW
« no previous file with comments | « src/base/atomicops_internals_x86_msvc.h ('k') | test/cctest/test-atomicops.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698