git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
JITMathIC was misusing maxJumpReplacementSize
[WebKit-https.git]
/
Source
/
JavaScriptCore
/
assembler
/
MacroAssemblerARMv7.h
diff --git
a/Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
b/Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
index
4513ed2
..
49bc2d1
100644
(file)
--- a/
Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
+++ b/
Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h
@@
-1350,6
+1350,11
@@
public:
return ARMv7Assembler::maxJumpReplacementSize();
}
return ARMv7Assembler::maxJumpReplacementSize();
}
+ static ptrdiff_t patchableJumpSize()
+ {
+ return ARMv7Assembler::patchableJumpSize();
+ }
+
// Forwards / external control flow operations:
//
// This set of jump and conditional branch operations return a Jump
// Forwards / external control flow operations:
//
// This set of jump and conditional branch operations return a Jump