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

Side by Side Diff: src/SConscript

Issue 10697015: Separating transitions from descriptors. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Using WhitenessWitness in TransitionArray code. Created 8 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | src/arm/lithium-codegen-arm.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 25 matching lines...) Expand all
36 36
37 37
38 SOURCES = { 38 SOURCES = {
39 'all': Split(""" 39 'all': Split("""
40 accessors.cc 40 accessors.cc
41 allocation.cc 41 allocation.cc
42 api.cc 42 api.cc
43 assembler.cc 43 assembler.cc
44 ast.cc 44 ast.cc
45 atomicops_internals_x86_gcc.cc 45 atomicops_internals_x86_gcc.cc
46 bignum-dtoa.cc
46 bignum.cc 47 bignum.cc
47 bignum-dtoa.cc
48 bootstrapper.cc 48 bootstrapper.cc
49 builtins.cc 49 builtins.cc
50 cached-powers.cc 50 cached-powers.cc
51 checks.cc 51 checks.cc
52 circular-queue.cc 52 circular-queue.cc
53 code-stubs.cc 53 code-stubs.cc
54 codegen.cc 54 codegen.cc
55 compilation-cache.cc 55 compilation-cache.cc
56 compiler.cc 56 compiler.cc
57 contexts.cc 57 contexts.cc
58 conversions.cc 58 conversions.cc
59 counters.cc 59 counters.cc
60 cpu-profiler.cc 60 cpu-profiler.cc
61 data-flow.cc 61 data-flow.cc
62 date.cc 62 date.cc
63 dateparser.cc 63 dateparser.cc
64 debug-agent.cc 64 debug-agent.cc
65 debug.cc 65 debug.cc
66 deoptimizer.cc 66 deoptimizer.cc
67 disassembler.cc 67 disassembler.cc
68 diy-fp.cc 68 diy-fp.cc
69 dtoa.cc 69 dtoa.cc
70 elements-kind.cc
70 elements.cc 71 elements.cc
71 elements-kind.cc
72 execution.cc 72 execution.cc
73 extensions/externalize-string-extension.cc
74 extensions/gc-extension.cc
73 factory.cc 75 factory.cc
76 fast-dtoa.cc
77 fixed-dtoa.cc
74 flags.cc 78 flags.cc
75 frames.cc 79 frames.cc
76 full-codegen.cc 80 full-codegen.cc
77 func-name-inferrer.cc 81 func-name-inferrer.cc
78 gdb-jit.cc 82 gdb-jit.cc
79 global-handles.cc 83 global-handles.cc
80 fast-dtoa.cc
81 fixed-dtoa.cc
82 handles.cc 84 handles.cc
83 heap-profiler.cc 85 heap-profiler.cc
84 heap.cc 86 heap.cc
87 hydrogen-instructions.cc
85 hydrogen.cc 88 hydrogen.cc
86 hydrogen-instructions.cc
87 ic.cc 89 ic.cc
88 incremental-marking.cc 90 incremental-marking.cc
91 inspector.cc
89 interface.cc 92 interface.cc
90 inspector.cc
91 interpreter-irregexp.cc 93 interpreter-irregexp.cc
92 isolate.cc 94 isolate.cc
93 jsregexp.cc 95 jsregexp.cc
94 lithium-allocator.cc 96 lithium-allocator.cc
95 lithium.cc 97 lithium.cc
96 liveedit.cc 98 liveedit.cc
97 liveobjectlist.cc 99 liveobjectlist.cc
98 log-utils.cc 100 log-utils.cc
99 log.cc 101 log.cc
100 mark-compact.cc 102 mark-compact.cc
101 messages.cc 103 messages.cc
102 objects.cc
103 objects-printer.cc 104 objects-printer.cc
104 objects-visiting.cc 105 objects-visiting.cc
106 objects.cc
105 once.cc 107 once.cc
106 parser.cc 108 parser.cc
109 preparse-data.cc
107 preparser.cc 110 preparser.cc
108 preparse-data.cc
109 profile-generator.cc 111 profile-generator.cc
110 property.cc 112 property.cc
111 regexp-macro-assembler-irregexp.cc 113 regexp-macro-assembler-irregexp.cc
112 regexp-macro-assembler.cc 114 regexp-macro-assembler.cc
113 regexp-stack.cc 115 regexp-stack.cc
114 rewriter.cc 116 rewriter.cc
117 runtime-profiler.cc
115 runtime.cc 118 runtime.cc
116 runtime-profiler.cc
117 safepoint-table.cc 119 safepoint-table.cc
120 scanner-character-streams.cc
118 scanner.cc 121 scanner.cc
119 scanner-character-streams.cc
120 scopeinfo.cc 122 scopeinfo.cc
121 scopes.cc 123 scopes.cc
122 serialize.cc 124 serialize.cc
123 snapshot-common.cc 125 snapshot-common.cc
124 spaces.cc 126 spaces.cc
127 store-buffer.cc
125 string-search.cc 128 string-search.cc
126 string-stream.cc 129 string-stream.cc
127 strtod.cc 130 strtod.cc
128 stub-cache.cc 131 stub-cache.cc
129 token.cc 132 token.cc
133 transitions.cc
130 type-info.cc 134 type-info.cc
131 unicode.cc 135 unicode.cc
132 utils.cc 136 utils.cc
133 v8-counters.cc 137 v8-counters.cc
134 v8.cc 138 v8.cc
135 v8conversions.cc 139 v8conversions.cc
136 v8threads.cc 140 v8threads.cc
137 v8utils.cc 141 v8utils.cc
138 variables.cc 142 variables.cc
139 version.cc 143 version.cc
140 store-buffer.cc
141 zone.cc 144 zone.cc
142 extensions/gc-extension.cc
143 extensions/externalize-string-extension.cc
144 """), 145 """),
145 'arch:arm': Split(""" 146 'arch:arm': Split("""
146 arm/builtins-arm.cc 147 arm/builtins-arm.cc
147 arm/code-stubs-arm.cc 148 arm/code-stubs-arm.cc
148 arm/codegen-arm.cc 149 arm/codegen-arm.cc
149 arm/constants-arm.cc 150 arm/constants-arm.cc
150 arm/cpu-arm.cc 151 arm/cpu-arm.cc
151 arm/debug-arm.cc 152 arm/debug-arm.cc
152 arm/deoptimizer-arm.cc 153 arm/deoptimizer-arm.cc
153 arm/disasm-arm.cc 154 arm/disasm-arm.cc
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 snapshot_cc = 'snapshot.cc' 402 snapshot_cc = 'snapshot.cc'
402 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) 403 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.'])
403 else: 404 else:
404 snapshot_obj = empty_snapshot_obj 405 snapshot_obj = empty_snapshot_obj
405 library_objs = [non_snapshot_files, libraries_obj, experimental_libraries_obj, snapshot_obj] 406 library_objs = [non_snapshot_files, libraries_obj, experimental_libraries_obj, snapshot_obj]
406 return (library_objs, d8_objs, [mksnapshot], preparser_objs) 407 return (library_objs, d8_objs, [mksnapshot], preparser_objs)
407 408
408 409
409 (library_objs, d8_objs, mksnapshot, preparser_objs) = ConfigureObjectFiles() 410 (library_objs, d8_objs, mksnapshot, preparser_objs) = ConfigureObjectFiles()
410 Return('library_objs d8_objs mksnapshot preparser_objs') 411 Return('library_objs d8_objs mksnapshot preparser_objs')
OLDNEW
« no previous file with comments | « no previous file | src/arm/lithium-codegen-arm.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698