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

Side by Side Diff: src/v8.gyp

Issue 2664853002: [turbofan] Support fast access to the current global object. (Closed)
Patch Set: Fix typo in DCHECK. Created 3 years, 10 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 614 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'compiler/js-call-reducer.cc', 625 'compiler/js-call-reducer.cc',
626 'compiler/js-call-reducer.h', 626 'compiler/js-call-reducer.h',
627 'compiler/js-context-specialization.cc', 627 'compiler/js-context-specialization.cc',
628 'compiler/js-context-specialization.h', 628 'compiler/js-context-specialization.h',
629 'compiler/js-create-lowering.cc', 629 'compiler/js-create-lowering.cc',
630 'compiler/js-create-lowering.h', 630 'compiler/js-create-lowering.h',
631 'compiler/js-frame-specialization.cc', 631 'compiler/js-frame-specialization.cc',
632 'compiler/js-frame-specialization.h', 632 'compiler/js-frame-specialization.h',
633 'compiler/js-generic-lowering.cc', 633 'compiler/js-generic-lowering.cc',
634 'compiler/js-generic-lowering.h', 634 'compiler/js-generic-lowering.h',
635 'compiler/js-global-object-specialization.cc',
636 'compiler/js-global-object-specialization.h',
637 'compiler/js-graph.cc', 635 'compiler/js-graph.cc',
638 'compiler/js-graph.h', 636 'compiler/js-graph.h',
639 'compiler/js-inlining.cc', 637 'compiler/js-inlining.cc',
640 'compiler/js-inlining.h', 638 'compiler/js-inlining.h',
641 'compiler/js-inlining-heuristic.cc', 639 'compiler/js-inlining-heuristic.cc',
642 'compiler/js-inlining-heuristic.h', 640 'compiler/js-inlining-heuristic.h',
643 'compiler/js-intrinsic-lowering.cc', 641 'compiler/js-intrinsic-lowering.cc',
644 'compiler/js-intrinsic-lowering.h', 642 'compiler/js-intrinsic-lowering.h',
645 'compiler/js-native-context-specialization.cc', 643 'compiler/js-native-context-specialization.cc',
646 'compiler/js-native-context-specialization.h', 644 'compiler/js-native-context-specialization.h',
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
2502 'conditions': [ 2500 'conditions': [
2503 ['want_separate_host_toolset_mkpeephole==1', { 2501 ['want_separate_host_toolset_mkpeephole==1', {
2504 'toolsets': ['host'], 2502 'toolsets': ['host'],
2505 }, { 2503 }, {
2506 'toolsets': ['target'], 2504 'toolsets': ['target'],
2507 }], 2505 }],
2508 ], 2506 ],
2509 }, 2507 },
2510 ], 2508 ],
2511 } 2509 }
OLDNEW
« src/compiler/js-native-context-specialization.cc ('K') | « src/compiler/pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698