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

Unified Diff: src/SConscript

Issue 7934002: MIPS: crankshaft implementation (Closed)
Patch Set: Updated per review comments, rebased on r9687. Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/deoptimizer.h » ('j') | src/mips/lithium-gap-resolver-mips.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/SConscript
diff --git a/src/SConscript b/src/SConscript
index f3ae8078ba901805a057ed1b40a766a78a418102..a59f75c3b57fd4c27872f4a1d728b2600225d304 100755
--- a/src/SConscript
+++ b/src/SConscript
@@ -172,6 +172,9 @@ SOURCES = {
mips/frames-mips.cc
mips/full-codegen-mips.cc
mips/ic-mips.cc
+ mips/lithium-mips.cc
Kevin Millikin (Chromium) 2011/10/19 07:43:21 It's not really very important, but I guess we alp
Paul Lind 2011/10/20 04:34:08 Done. I suppose maybe we should then move the enti
+ mips/lithium-codegen-mips.cc
+ mips/lithium-gap-resolver-mips.cc
mips/macro-assembler-mips.cc
mips/regexp-macro-assembler-mips.cc
mips/stub-cache-mips.cc
« no previous file with comments | « no previous file | src/deoptimizer.h » ('j') | src/mips/lithium-gap-resolver-mips.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698