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

Side by Side Diff: src/v8.gyp

Issue 1968383002: Remove Expression::bounds_, in order to conserve memory during parsing. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove Expression::bounds_ 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
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 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 'assert-scope.h', 423 'assert-scope.h',
424 'assert-scope.cc', 424 'assert-scope.cc',
425 'ast/ast-expression-rewriter.cc', 425 'ast/ast-expression-rewriter.cc',
426 'ast/ast-expression-rewriter.h', 426 'ast/ast-expression-rewriter.h',
427 'ast/ast-expression-visitor.cc', 427 'ast/ast-expression-visitor.cc',
428 'ast/ast-expression-visitor.h', 428 'ast/ast-expression-visitor.h',
429 'ast/ast-literal-reindexer.cc', 429 'ast/ast-literal-reindexer.cc',
430 'ast/ast-literal-reindexer.h', 430 'ast/ast-literal-reindexer.h',
431 'ast/ast-numbering.cc', 431 'ast/ast-numbering.cc',
432 'ast/ast-numbering.h', 432 'ast/ast-numbering.h',
433 'ast/ast-type-bounds.h',
433 'ast/ast-value-factory.cc', 434 'ast/ast-value-factory.cc',
434 'ast/ast-value-factory.h', 435 'ast/ast-value-factory.h',
435 'ast/ast.cc', 436 'ast/ast.cc',
436 'ast/ast.h', 437 'ast/ast.h',
437 'ast/modules.cc', 438 'ast/modules.cc',
438 'ast/modules.h', 439 'ast/modules.h',
439 'ast/prettyprinter.cc', 440 'ast/prettyprinter.cc',
440 'ast/prettyprinter.h', 441 'ast/prettyprinter.h',
441 'ast/scopeinfo.cc', 442 'ast/scopeinfo.cc',
442 'ast/scopeinfo.h', 443 'ast/scopeinfo.h',
(...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after
2233 }], 2234 }],
2234 ['want_separate_host_toolset==1', { 2235 ['want_separate_host_toolset==1', {
2235 'toolsets': ['host'], 2236 'toolsets': ['host'],
2236 }, { 2237 }, {
2237 'toolsets': ['target'], 2238 'toolsets': ['target'],
2238 }], 2239 }],
2239 ], 2240 ],
2240 }, 2241 },
2241 ], 2242 ],
2242 } 2243 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698