Bug 71730
| Summary: | ARMv7 MacroAssemblerARMv7.h Build Issue (branchTest8) | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | barraclough, ddkilzer, fpizlo, joepeck |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Joseph Pecoraro
Build Error after: <http://trac.webkit.org/changeset/97331>
In file included from Source/JavaScriptCore/assembler/MacroAssembler.h:32:
In file included from Source/JavaScriptCore/bytecode/Instruction.h:32:
In file included from Source/JavaScriptCore/bytecode/CodeBlock.h:37:
In file included from Source/JavaScriptCore/runtime/JSActivation.h:32:
In file included from Source/JavaScriptCore/runtime/Arguments.h:27:
In file included from Source/JavaScriptCore/runtime/Arguments.cpp:26:
Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h:1020:34:{1020:34-1020:53}: error: no viable conversion from 'const RegisterID' to 'JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address' [2]
Source/JavaScriptCore/assembler/AbstractMacroAssembler.h:70:12: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'const RegisterID' to 'const JSC::AbstractMacroAssembler<JSC::ARMv7Assembler>::Address &' for 1st argument; [2]
Source/JavaScriptCore/assembler/MacroAssemblerARMv7.h:1016:52: note: passing argument to parameter 'address' here [2]
1 error generated.
The ChangeLog / bug title mentioned that the 8bit version was unsafe for x86:
<http://webkit.org/b/69978> MacroAssemblerX86 8-bit register ops unsafe on CPU(X86)
But the ARM branchTest8 Jump was removed. Is that still safe to put back in for ARM
or does it need to change like x86?
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Gavin Barraclough
This should be fixed by https://bugs.webkit.org/show_bug.cgi?id=71982.
*** This bug has been marked as a duplicate of bug 71982 ***