Author: [email protected]
Date: Thu May  7 00:23:30 2009
New Revision: 1890

Modified:
    tags/0.3/src/api.cc
    tags/0.3/src/heap-inl.h

Log:
Moved tag for latest version in 0.3.x series to version 0.3.9.5.

Modified: tags/0.3/src/api.cc
==============================================================================
--- tags/0.3/src/api.cc (original)
+++ tags/0.3/src/api.cc Thu May  7 00:23:30 2009
@@ -2223,7 +2223,7 @@


  const char* v8::V8::GetVersion() {
-  return "0.3.9.4";
+  return "0.3.9.5";
  }



Modified: tags/0.3/src/heap-inl.h
==============================================================================
--- tags/0.3/src/heap-inl.h     (original)
+++ tags/0.3/src/heap-inl.h     Thu May  7 00:23:30 2009
@@ -237,11 +237,11 @@
        __object__ = FUNCTION_CALL;                                         \
      }                                                                     \
      if (!__object__->IsFailure()) return RETURN_VALUE;                    \
-    if (__object__->IsOutOfMemoryFailure()) {                             \
+    if (__object__->IsOutOfMemoryFailure() ||                             \
+        __object__->IsRetryAfterGC()) {                                   \
        /* TODO(1181417): Fix this. */                                      \
        v8::internal::V8::FatalProcessOutOfMemory("CALL_AND_RETRY_2");      \
      }                                                                     \
-    ASSERT(!__object__->IsRetryAfterGC());                                \
      return RETURN_EMPTY;                                                  \
    } while (false)


--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to