diff options
author | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:42:21 +0100 |
---|---|---|
committer | Landry Breuil <landry@rhaalovely.net> | 2014-03-07 12:42:21 +0100 |
commit | 8fe45c44874dba5510640be32df4740dba1ace18 (patch) | |
tree | 965108c8069cbd4a595b35099ed08755ca11ca49 /patches/patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm | |
parent | 3bbedb2178014c22ef24335f62be346f410b846f (diff) |
WIP update to 2.3.90, working on amd64 (this time for real)
Diffstat (limited to 'patches/patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm')
-rw-r--r-- | patches/patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/patches/patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm b/patches/patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm index f8a4636..59fef7c 100644 --- a/patches/patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm +++ b/patches/patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm @@ -2,9 +2,9 @@ $OpenBSD: patch-Source_JavaScriptCore_llint_LowLevelInterpreter32_64_asm,v 1.2 2 https://bugs.webkit.org/show_bug.cgi?id=103128 https://bug-103128-attachments.webkit.org/attachment.cgi?id=202076 last chunk: https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651 ---- Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm.orig Fri Sep 27 10:49:22 2013 -+++ Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm Sun Oct 6 14:49:14 2013 -@@ -1259,7 +1259,7 @@ _llint_op_get_by_pname: +--- Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm.orig Tue Feb 4 17:38:03 2014 ++++ Source/JavaScriptCore/llint/LowLevelInterpreter32_64.asm Fri Feb 14 20:41:39 2014 +@@ -1574,7 +1574,7 @@ _llint_op_get_by_pname: loadp JSCell::m_structure[t2], t0 bpneq t0, JSPropertyNameIterator::m_cachedStructure[t3], .opGetByPnameSlow loadi 24[PC], t0 @@ -13,7 +13,7 @@ last chunk: https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651 subi 1, t0 biaeq t0, JSPropertyNameIterator::m_numCacheableSlots[t3], .opGetByPnameSlow bilt t0, JSPropertyNameIterator::m_cachedStructureInlineCapacity[t3], .opGetByPnameInlineProperty -@@ -1679,7 +1679,7 @@ _llint_op_next_pname: +@@ -2002,7 +2002,7 @@ _llint_op_next_pname: loadi 20[PC], t2 loadi PayloadOffset[cfr, t2, 8], t2 loadp JSPropertyNameIterator::m_jsStrings[t2], t3 @@ -22,7 +22,7 @@ last chunk: https://bug-103128-attachments.webkit.org/attachment.cgi?id=202651 addi 1, t0 storei t0, PayloadOffset[cfr, t1, 8] loadi 4[PC], t1 -@@ -1743,7 +1743,11 @@ macro getDeBruijnScope(deBruijinIndexOperand, scopeChe +@@ -2067,7 +2067,11 @@ macro getDeBruijnScope(deBruijinIndexOperand, scopeChe loadp CodeBlock[cfr], t1 bineq CodeBlock::m_codeType[t1], FunctionCode, .loop |