Reviewers: Michael Achenbach,
Description:
Disable code recompile verification.
No-snap builds are still failing.
NOTREECHECKS=true
NOTRY=true
[email protected]
Please review this at https://codereview.chromium.org/1260283006/
Base URL: https://chromium.googlesource.com/v8/v8.git@master
Affected files (+0, -3 lines):
M src/objects-inl.h
Index: src/objects-inl.h
diff --git a/src/objects-inl.h b/src/objects-inl.h
index
05cb6aa23b1ca2916548981ab269bbad1dc17bd1..4929c0d2dfd56a70900d070e8d2b2e87f52120c2
100644
--- a/src/objects-inl.h
+++ b/src/objects-inl.h
@@ -5228,10 +5228,7 @@ void SharedFunctionInfo::ReplaceCode(Code* value) {
flusher->EvictCandidate(this);
}
-#ifdef DEBUG
DCHECK(code()->gc_metadata() == NULL && value->gc_metadata() == NULL);
- Code::VerifyRecompiledCode(code(), value);
-#endif // DEBUG
set_code(value);
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.