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
/
ARM64Assembler.h
diff --git
a/Source/JavaScriptCore/assembler/ARM64Assembler.h
b/Source/JavaScriptCore/assembler/ARM64Assembler.h
index
86f13ed
..
28b9fd7
100644
(file)
--- a/
Source/JavaScriptCore/assembler/ARM64Assembler.h
+++ b/
Source/JavaScriptCore/assembler/ARM64Assembler.h
@@
-2512,6
+2512,11
@@
public:
{
return 4;
}
{
return 4;
}
+
+ static constexpr ptrdiff_t patchableJumpSize()
+ {
+ return 4;
+ }
static void replaceWithLoad(void* where)
{
static void replaceWithLoad(void* where)
{