Index: src/compilation-cache.cc |
=================================================================== |
--- src/compilation-cache.cc (revision 2386) |
+++ src/compilation-cache.cc (working copy) |
@@ -281,6 +281,7 @@ |
HandleScope scope; |
ASSERT(boilerplate->IsBoilerplate()); |
Handle<CompilationCacheTable> table = GetTable(0); |
+ // TODO(X64): -fstrict-aliasing causes a problem with table. Fix it. |
CALL_HEAP_FUNCTION_VOID(table->Put(*source, *boilerplate)); |
} |