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

Side by Side Diff: src/v8.gyp

Issue 2369873002: [Interpreter] Replace BytecodeRegisterAllocator with a simple bump pointer. (Closed)
Patch Set: Rebase 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
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 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'interpreter/bytecode-label.h', 986 'interpreter/bytecode-label.h',
987 'interpreter/bytecode-operands.cc', 987 'interpreter/bytecode-operands.cc',
988 'interpreter/bytecode-operands.h', 988 'interpreter/bytecode-operands.h',
989 'interpreter/bytecode-peephole-optimizer.cc', 989 'interpreter/bytecode-peephole-optimizer.cc',
990 'interpreter/bytecode-peephole-optimizer.h', 990 'interpreter/bytecode-peephole-optimizer.h',
991 'interpreter/bytecode-peephole-table.h', 991 'interpreter/bytecode-peephole-table.h',
992 'interpreter/bytecode-pipeline.cc', 992 'interpreter/bytecode-pipeline.cc',
993 'interpreter/bytecode-pipeline.h', 993 'interpreter/bytecode-pipeline.h',
994 'interpreter/bytecode-register.cc', 994 'interpreter/bytecode-register.cc',
995 'interpreter/bytecode-register.h', 995 'interpreter/bytecode-register.h',
996 'interpreter/bytecode-register-allocator.cc',
997 'interpreter/bytecode-register-allocator.h', 996 'interpreter/bytecode-register-allocator.h',
998 'interpreter/bytecode-register-optimizer.cc', 997 'interpreter/bytecode-register-optimizer.cc',
999 'interpreter/bytecode-register-optimizer.h', 998 'interpreter/bytecode-register-optimizer.h',
1000 'interpreter/bytecode-traits.h', 999 'interpreter/bytecode-traits.h',
1001 'interpreter/constant-array-builder.cc', 1000 'interpreter/constant-array-builder.cc',
1002 'interpreter/constant-array-builder.h', 1001 'interpreter/constant-array-builder.h',
1003 'interpreter/control-flow-builders.cc', 1002 'interpreter/control-flow-builders.cc',
1004 'interpreter/control-flow-builders.h', 1003 'interpreter/control-flow-builders.h',
1005 'interpreter/handler-table-builder.cc', 1004 'interpreter/handler-table-builder.cc',
1006 'interpreter/handler-table-builder.h', 1005 'interpreter/handler-table-builder.h',
(...skipping 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
2439 'conditions': [ 2438 'conditions': [
2440 ['want_separate_host_toolset_mkpeephole==1', { 2439 ['want_separate_host_toolset_mkpeephole==1', {
2441 'toolsets': ['host'], 2440 'toolsets': ['host'],
2442 }, { 2441 }, {
2443 'toolsets': ['target'], 2442 'toolsets': ['target'],
2444 }], 2443 }],
2445 ], 2444 ],
2446 }, 2445 },
2447 ], 2446 ],
2448 } 2447 }
OLDNEW
« no previous file with comments | « src/interpreter/mkpeephole.cc ('k') | test/cctest/interpreter/bytecode_expectations/AssignmentsInBinaryExpression.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698