| 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 22 matching lines...) Expand all Loading... |
| 33 Import('context') | 33 Import('context') |
| 34 | 34 |
| 35 | 35 |
| 36 SOURCES = { | 36 SOURCES = { |
| 37 'all': Split(""" | 37 'all': Split(""" |
| 38 accessors.cc | 38 accessors.cc |
| 39 allocation.cc | 39 allocation.cc |
| 40 api.cc | 40 api.cc |
| 41 assembler.cc | 41 assembler.cc |
| 42 ast.cc | 42 ast.cc |
| 43 atomicops_internals_x86_gcc.cc |
| 43 bignum.cc | 44 bignum.cc |
| 44 bignum-dtoa.cc | 45 bignum-dtoa.cc |
| 45 bootstrapper.cc | 46 bootstrapper.cc |
| 46 builtins.cc | 47 builtins.cc |
| 47 cached-powers.cc | 48 cached-powers.cc |
| 48 checks.cc | 49 checks.cc |
| 49 circular-queue.cc | 50 circular-queue.cc |
| 50 code-stubs.cc | 51 code-stubs.cc |
| 51 codegen.cc | 52 codegen.cc |
| 52 compilation-cache.cc | 53 compilation-cache.cc |
| 53 compiler.cc | 54 compiler.cc |
| 54 contexts.cc | 55 contexts.cc |
| 55 conversions.cc | 56 conversions.cc |
| 56 counters.cc | 57 counters.cc |
| 57 cpu-profiler.cc | 58 cpu-profiler.cc |
| 58 data-flow.cc | 59 data-flow.cc |
| 59 dateparser.cc | 60 dateparser.cc |
| 60 debug-agent.cc | 61 debug-agent.cc |
| 61 debug.cc | 62 debug.cc |
| 63 deoptimizer.cc |
| 62 disassembler.cc | 64 disassembler.cc |
| 63 diy-fp.cc | 65 diy-fp.cc |
| 64 dtoa.cc | 66 dtoa.cc |
| 65 execution.cc | 67 execution.cc |
| 66 factory.cc | 68 factory.cc |
| 67 flags.cc | 69 flags.cc |
| 68 frame-element.cc | 70 frame-element.cc |
| 69 frames.cc | 71 frames.cc |
| 70 full-codegen.cc | 72 full-codegen.cc |
| 71 func-name-inferrer.cc | 73 func-name-inferrer.cc |
| 72 global-handles.cc | 74 global-handles.cc |
| 73 fast-dtoa.cc | 75 fast-dtoa.cc |
| 74 fixed-dtoa.cc | 76 fixed-dtoa.cc |
| 75 handles.cc | 77 handles.cc |
| 76 hashmap.cc | 78 hashmap.cc |
| 77 heap-profiler.cc | 79 heap-profiler.cc |
| 78 heap.cc | 80 heap.cc |
| 81 hydrogen.cc |
| 82 hydrogen-instructions.cc |
| 79 ic.cc | 83 ic.cc |
| 80 interpreter-irregexp.cc | 84 interpreter-irregexp.cc |
| 81 isolate.cc | 85 isolate.cc |
| 82 jsregexp.cc | 86 jsregexp.cc |
| 83 jump-target.cc | 87 jump-target.cc |
| 88 lithium-allocator.cc |
| 84 liveedit.cc | 89 liveedit.cc |
| 85 log-utils.cc | 90 log-utils.cc |
| 86 log.cc | 91 log.cc |
| 87 mark-compact.cc | 92 mark-compact.cc |
| 88 messages.cc | 93 messages.cc |
| 89 objects.cc | 94 objects.cc |
| 90 objects-visiting.cc | 95 objects-visiting.cc |
| 91 oprofile-agent.cc | 96 oprofile-agent.cc |
| 92 parser.cc | 97 parser.cc |
| 93 preparser.cc | 98 preparser.cc |
| 94 preparse-data.cc | 99 preparse-data.cc |
| 95 profile-generator.cc | 100 profile-generator.cc |
| 96 property.cc | 101 property.cc |
| 97 regexp-macro-assembler-irregexp.cc | 102 regexp-macro-assembler-irregexp.cc |
| 98 regexp-macro-assembler.cc | 103 regexp-macro-assembler.cc |
| 99 regexp-stack.cc | 104 regexp-stack.cc |
| 100 register-allocator.cc | 105 register-allocator.cc |
| 101 rewriter.cc | 106 rewriter.cc |
| 102 runtime.cc | 107 runtime.cc |
| 108 runtime-profiler.cc |
| 109 safepoint-table.cc |
| 103 scanner-base.cc | 110 scanner-base.cc |
| 104 scanner.cc | 111 scanner.cc |
| 105 scopeinfo.cc | 112 scopeinfo.cc |
| 106 scopes.cc | 113 scopes.cc |
| 107 serialize.cc | 114 serialize.cc |
| 108 snapshot-common.cc | 115 snapshot-common.cc |
| 109 spaces.cc | 116 spaces.cc |
| 110 string-search.cc | 117 string-search.cc |
| 111 string-stream.cc | 118 string-stream.cc |
| 112 strtod.cc | 119 strtod.cc |
| (...skipping 15 matching lines...) Expand all Loading... |
| 128 """), | 135 """), |
| 129 'arch:arm': Split(""" | 136 'arch:arm': Split(""" |
| 130 jump-target-light.cc | 137 jump-target-light.cc |
| 131 virtual-frame-light.cc | 138 virtual-frame-light.cc |
| 132 arm/builtins-arm.cc | 139 arm/builtins-arm.cc |
| 133 arm/code-stubs-arm.cc | 140 arm/code-stubs-arm.cc |
| 134 arm/codegen-arm.cc | 141 arm/codegen-arm.cc |
| 135 arm/constants-arm.cc | 142 arm/constants-arm.cc |
| 136 arm/cpu-arm.cc | 143 arm/cpu-arm.cc |
| 137 arm/debug-arm.cc | 144 arm/debug-arm.cc |
| 145 arm/deoptimizer-arm.cc |
| 138 arm/disasm-arm.cc | 146 arm/disasm-arm.cc |
| 139 arm/frames-arm.cc | 147 arm/frames-arm.cc |
| 140 arm/full-codegen-arm.cc | 148 arm/full-codegen-arm.cc |
| 141 arm/ic-arm.cc | 149 arm/ic-arm.cc |
| 142 arm/jump-target-arm.cc | 150 arm/jump-target-arm.cc |
| 151 arm/lithium-arm.cc |
| 152 arm/lithium-codegen-arm.cc |
| 143 arm/macro-assembler-arm.cc | 153 arm/macro-assembler-arm.cc |
| 144 arm/regexp-macro-assembler-arm.cc | 154 arm/regexp-macro-assembler-arm.cc |
| 145 arm/register-allocator-arm.cc | 155 arm/register-allocator-arm.cc |
| 146 arm/stub-cache-arm.cc | 156 arm/stub-cache-arm.cc |
| 147 arm/virtual-frame-arm.cc | 157 arm/virtual-frame-arm.cc |
| 148 arm/assembler-arm.cc | 158 arm/assembler-arm.cc |
| 149 """), | 159 """), |
| 150 'arch:mips': Split(""" | 160 'arch:mips': Split(""" |
| 151 mips/assembler-mips.cc | 161 mips/assembler-mips.cc |
| 152 mips/builtins-mips.cc | 162 mips/builtins-mips.cc |
| (...skipping 13 matching lines...) Expand all Loading... |
| 166 """), | 176 """), |
| 167 'arch:ia32': Split(""" | 177 'arch:ia32': Split(""" |
| 168 jump-target-heavy.cc | 178 jump-target-heavy.cc |
| 169 virtual-frame-heavy.cc | 179 virtual-frame-heavy.cc |
| 170 ia32/assembler-ia32.cc | 180 ia32/assembler-ia32.cc |
| 171 ia32/builtins-ia32.cc | 181 ia32/builtins-ia32.cc |
| 172 ia32/code-stubs-ia32.cc | 182 ia32/code-stubs-ia32.cc |
| 173 ia32/codegen-ia32.cc | 183 ia32/codegen-ia32.cc |
| 174 ia32/cpu-ia32.cc | 184 ia32/cpu-ia32.cc |
| 175 ia32/debug-ia32.cc | 185 ia32/debug-ia32.cc |
| 186 ia32/deoptimizer-ia32.cc |
| 176 ia32/disasm-ia32.cc | 187 ia32/disasm-ia32.cc |
| 177 ia32/frames-ia32.cc | 188 ia32/frames-ia32.cc |
| 178 ia32/full-codegen-ia32.cc | 189 ia32/full-codegen-ia32.cc |
| 179 ia32/ic-ia32.cc | 190 ia32/ic-ia32.cc |
| 180 ia32/jump-target-ia32.cc | 191 ia32/jump-target-ia32.cc |
| 192 ia32/lithium-codegen-ia32.cc |
| 193 ia32/lithium-ia32.cc |
| 181 ia32/macro-assembler-ia32.cc | 194 ia32/macro-assembler-ia32.cc |
| 182 ia32/regexp-macro-assembler-ia32.cc | 195 ia32/regexp-macro-assembler-ia32.cc |
| 183 ia32/register-allocator-ia32.cc | 196 ia32/register-allocator-ia32.cc |
| 184 ia32/stub-cache-ia32.cc | 197 ia32/stub-cache-ia32.cc |
| 185 ia32/virtual-frame-ia32.cc | 198 ia32/virtual-frame-ia32.cc |
| 186 """), | 199 """), |
| 187 'arch:x64': Split(""" | 200 'arch:x64': Split(""" |
| 188 jump-target-heavy.cc | 201 jump-target-heavy.cc |
| 189 virtual-frame-heavy.cc | 202 virtual-frame-heavy.cc |
| 190 x64/assembler-x64.cc | 203 x64/assembler-x64.cc |
| 191 x64/builtins-x64.cc | 204 x64/builtins-x64.cc |
| 192 x64/code-stubs-x64.cc | 205 x64/code-stubs-x64.cc |
| 193 x64/codegen-x64.cc | 206 x64/codegen-x64.cc |
| 194 x64/cpu-x64.cc | 207 x64/cpu-x64.cc |
| 195 x64/debug-x64.cc | 208 x64/debug-x64.cc |
| 209 x64/deoptimizer-x64.cc |
| 196 x64/disasm-x64.cc | 210 x64/disasm-x64.cc |
| 197 x64/frames-x64.cc | 211 x64/frames-x64.cc |
| 198 x64/full-codegen-x64.cc | 212 x64/full-codegen-x64.cc |
| 199 x64/ic-x64.cc | 213 x64/ic-x64.cc |
| 200 x64/jump-target-x64.cc | 214 x64/jump-target-x64.cc |
| 201 x64/macro-assembler-x64.cc | 215 x64/macro-assembler-x64.cc |
| 202 x64/regexp-macro-assembler-x64.cc | 216 x64/regexp-macro-assembler-x64.cc |
| 203 x64/register-allocator-x64.cc | 217 x64/register-allocator-x64.cc |
| 204 x64/stub-cache-x64.cc | 218 x64/stub-cache-x64.cc |
| 205 x64/virtual-frame-x64.cc | 219 x64/virtual-frame-x64.cc |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 snapshot_cc = 'snapshot.cc' | 335 snapshot_cc = 'snapshot.cc' |
| 322 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) | 336 snapshot_obj = context.ConfigureObject(env, snapshot_cc, CPPPATH=['.']) |
| 323 else: | 337 else: |
| 324 snapshot_obj = empty_snapshot_obj | 338 snapshot_obj = empty_snapshot_obj |
| 325 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] | 339 library_objs = [non_snapshot_files, libraries_obj, snapshot_obj] |
| 326 return (library_objs, d8_objs, [mksnapshot]) | 340 return (library_objs, d8_objs, [mksnapshot]) |
| 327 | 341 |
| 328 | 342 |
| 329 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() | 343 (library_objs, d8_objs, mksnapshot) = ConfigureObjectFiles() |
| 330 Return('library_objs d8_objs mksnapshot') | 344 Return('library_objs d8_objs mksnapshot') |
| OLD | NEW |