Revision: 19525
Author: [email protected]
Date: Fri Feb 21 09:32:57 2014 UTC
Log: A64: Increase the margin for veneer checks.
BUG=v8:3168
LOG=N
[email protected]
Review URL: https://codereview.chromium.org/171603008
http://code.google.com/p/v8/source/detail?r=19525
Modified:
/branches/bleeding_edge/src/a64/macro-assembler-a64.h
=======================================
--- /branches/bleeding_edge/src/a64/macro-assembler-a64.h Thu Feb 20
16:36:53 2014 UTC
+++ /branches/bleeding_edge/src/a64/macro-assembler-a64.h Fri Feb 21
09:32:57 2014 UTC
@@ -2200,7 +2200,7 @@
private:
// We generate a veneer for a branch if we reach within this distance of
the
// limit of the range.
- static const int kVeneerDistanceMargin = 2 * KB;
+ static const int kVeneerDistanceMargin = 4 * KB;
int unresolved_branches_first_limit() const {
ASSERT(!unresolved_branches_.empty());
return unresolved_branches_.begin()->first;
--
--
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/groups/opt_out.