Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix property access on ARM with the baseline JIT
https://bugs.webkit.org/show_bug.cgi?id=193393 Reviewed by Yusuke Suzuki. Code was still using currentInstruction[4] to access the instruction's metadata. Updated to use metadata.getPutInfo and metadata.resolveType. * jit/JITPropertyAccess32_64.cpp: (JSC::JIT::emit_op_resolve_scope): (JSC::JIT::emit_op_get_from_scope): (JSC::JIT::emit_op_put_to_scope): Canonical link: https://commits.webkit.org/207908@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239929 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Dominik Infuehr
committed
Jan 14, 2019
1 parent
401bd33
commit 4a3241d
Showing
2 changed files
with
20 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters