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

Side by Side Diff: src/v8.gyp

Issue 1973473002: [runtime] Record runtime call stats for Map::TransitionTo*Property, JSObject::OptimizeAsPrototype t… (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@handler-counters2
Patch Set: Addressing comments and rebasing Created 4 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
« src/lookup.cc ('K') | « src/objects.cc ('k') | no next file » | 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 667 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'compiler.cc', 678 'compiler.cc',
679 'compiler.h', 679 'compiler.h',
680 'context-measure.cc', 680 'context-measure.cc',
681 'context-measure.h', 681 'context-measure.h',
682 'contexts-inl.h', 682 'contexts-inl.h',
683 'contexts.cc', 683 'contexts.cc',
684 'contexts.h', 684 'contexts.h',
685 'conversions-inl.h', 685 'conversions-inl.h',
686 'conversions.cc', 686 'conversions.cc',
687 'conversions.h', 687 'conversions.h',
688 'counters-inl.h',
688 'counters.cc', 689 'counters.cc',
689 'counters.h', 690 'counters.h',
690 'crankshaft/compilation-phase.cc', 691 'crankshaft/compilation-phase.cc',
691 'crankshaft/compilation-phase.h', 692 'crankshaft/compilation-phase.h',
692 'crankshaft/hydrogen-alias-analysis.h', 693 'crankshaft/hydrogen-alias-analysis.h',
693 'crankshaft/hydrogen-bce.cc', 694 'crankshaft/hydrogen-bce.cc',
694 'crankshaft/hydrogen-bce.h', 695 'crankshaft/hydrogen-bce.h',
695 'crankshaft/hydrogen-canonicalize.cc', 696 'crankshaft/hydrogen-canonicalize.cc',
696 'crankshaft/hydrogen-canonicalize.h', 697 'crankshaft/hydrogen-canonicalize.h',
697 'crankshaft/hydrogen-check-elimination.cc', 698 'crankshaft/hydrogen-check-elimination.cc',
(...skipping 1536 matching lines...) Expand 10 before | Expand all | Expand 10 after
2234 }], 2235 }],
2235 ['want_separate_host_toolset==1', { 2236 ['want_separate_host_toolset==1', {
2236 'toolsets': ['host'], 2237 'toolsets': ['host'],
2237 }, { 2238 }, {
2238 'toolsets': ['target'], 2239 'toolsets': ['target'],
2239 }], 2240 }],
2240 ], 2241 ],
2241 }, 2242 },
2242 ], 2243 ],
2243 } 2244 }
OLDNEW
« src/lookup.cc ('K') | « src/objects.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698