Chromium Code Reviews

Unified Diff: src/compiler-intrinsics.h

Issue 6542047: Basic implementation of incremental marking. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/gc
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/compiler-intrinsics.h
diff --git a/src/compiler-intrinsics.h b/src/compiler-intrinsics.h
index bce5d56e25ef91a2b8af5dcf6b68e0596548609e..0d8fcddf6749afe449b1f473c56a970a2ef26f3e 100644
--- a/src/compiler-intrinsics.h
+++ b/src/compiler-intrinsics.h
@@ -1,4 +1,4 @@
-// Copyright 2006-2008 the V8 project authors. All rights reserved.
+// Copyright 2010 the V8 project authors. All rights reserved.
Erik Corry 2011/02/22 12:27:19 It seems to me that this should either be unchange
Vyacheslav Egorov (Chromium) 2011/02/23 14:31:46 Done.
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are
// met:

Powered by Google App Engine