OLD | NEW |
1 # Copyright 2008 the V8 project authors. All rights reserved. | 1 # Copyright 2008 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 utils.cc | 105 utils.cc |
106 v8-counters.cc | 106 v8-counters.cc |
107 v8.cc | 107 v8.cc |
108 v8threads.cc | 108 v8threads.cc |
109 variables.cc | 109 variables.cc |
110 version.cc | 110 version.cc |
111 virtual-frame.cc | 111 virtual-frame.cc |
112 zone.cc | 112 zone.cc |
113 """), | 113 """), |
114 'arch:arm': Split(""" | 114 'arch:arm': Split(""" |
115 fast-codegen.cc | |
116 arm/builtins-arm.cc | 115 arm/builtins-arm.cc |
117 arm/codegen-arm.cc | 116 arm/codegen-arm.cc |
118 arm/constants-arm.cc | 117 arm/constants-arm.cc |
119 arm/cpu-arm.cc | 118 arm/cpu-arm.cc |
120 arm/debug-arm.cc | 119 arm/debug-arm.cc |
121 arm/disasm-arm.cc | 120 arm/disasm-arm.cc |
122 arm/fast-codegen-arm.cc | 121 arm/fast-codegen-arm.cc |
123 arm/frames-arm.cc | 122 arm/frames-arm.cc |
124 arm/full-codegen-arm.cc | 123 arm/full-codegen-arm.cc |
125 arm/ic-arm.cc | 124 arm/ic-arm.cc |
126 arm/jump-target-arm.cc | 125 arm/jump-target-arm.cc |
127 arm/macro-assembler-arm.cc | 126 arm/macro-assembler-arm.cc |
128 arm/regexp-macro-assembler-arm.cc | 127 arm/regexp-macro-assembler-arm.cc |
129 arm/register-allocator-arm.cc | 128 arm/register-allocator-arm.cc |
130 arm/stub-cache-arm.cc | 129 arm/stub-cache-arm.cc |
131 arm/virtual-frame-arm.cc | 130 arm/virtual-frame-arm.cc |
| 131 fast-codegen.cc |
| 132 jump-target-light.cc |
| 133 virtual-frame-light.cc |
132 """), | 134 """), |
133 'armvariant:arm': Split(""" | 135 'armvariant:arm': Split(""" |
134 arm/assembler-arm.cc | 136 arm/assembler-arm.cc |
135 """), | 137 """), |
136 'armvariant:thumb2': Split(""" | 138 'armvariant:thumb2': Split(""" |
137 arm/assembler-thumb2.cc | 139 arm/assembler-thumb2.cc |
138 """), | 140 """), |
139 'arch:mips': Split(""" | 141 'arch:mips': Split(""" |
140 fast-codegen.cc | 142 fast-codegen.cc |
141 mips/assembler-mips.cc | 143 mips/assembler-mips.cc |
(...skipping 23 matching lines...) Expand all Loading... |
165 ia32/fast-codegen-ia32.cc | 167 ia32/fast-codegen-ia32.cc |
166 ia32/frames-ia32.cc | 168 ia32/frames-ia32.cc |
167 ia32/full-codegen-ia32.cc | 169 ia32/full-codegen-ia32.cc |
168 ia32/ic-ia32.cc | 170 ia32/ic-ia32.cc |
169 ia32/jump-target-ia32.cc | 171 ia32/jump-target-ia32.cc |
170 ia32/macro-assembler-ia32.cc | 172 ia32/macro-assembler-ia32.cc |
171 ia32/regexp-macro-assembler-ia32.cc | 173 ia32/regexp-macro-assembler-ia32.cc |
172 ia32/register-allocator-ia32.cc | 174 ia32/register-allocator-ia32.cc |
173 ia32/stub-cache-ia32.cc | 175 ia32/stub-cache-ia32.cc |
174 ia32/virtual-frame-ia32.cc | 176 ia32/virtual-frame-ia32.cc |
| 177 jump-target-heavy.cc |
| 178 virtual-frame-heavy.cc |
175 """), | 179 """), |
176 'arch:x64': Split(""" | 180 'arch:x64': Split(""" |
177 fast-codegen.cc | 181 fast-codegen.cc |
| 182 jump-target-heavy.cc |
| 183 virtual-frame-heavy.cc |
178 x64/assembler-x64.cc | 184 x64/assembler-x64.cc |
179 x64/builtins-x64.cc | 185 x64/builtins-x64.cc |
180 x64/codegen-x64.cc | 186 x64/codegen-x64.cc |
181 x64/cpu-x64.cc | 187 x64/cpu-x64.cc |
182 x64/debug-x64.cc | 188 x64/debug-x64.cc |
183 x64/disasm-x64.cc | 189 x64/disasm-x64.cc |
184 x64/fast-codegen-x64.cc | 190 x64/fast-codegen-x64.cc |
185 x64/frames-x64.cc | 191 x64/frames-x64.cc |
186 x64/full-codegen-x64.cc | 192 x64/full-codegen-x64.cc |
187 x64/ic-x64.cc | 193 x64/ic-x64.cc |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
310 snapshot_cc = Command('snapshot.cc', [], []) | 316 snapshot_cc = Command('snapshot.cc', [], []) |
311 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) | 317 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) |
312 else: | 318 else: |
313 snapshot_obj = empty_snapshot_obj | 319 snapshot_obj = empty_snapshot_obj |
314 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] | 320 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] |
315 return (library_objs, d8_objs, [mksnapshot]) | 321 return (library_objs, d8_objs, [mksnapshot]) |
316 | 322 |
317 | 323 |
318 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() | 324 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() |
319 Return('library_objs d8_objs mksnapshot') | 325 Return('library_objs d8_objs mksnapshot') |
OLD | NEW |