JavaScriptCore MacroAssembler question.
Unsolved
Qt WebKit
-
Hi!
I'm trying to implement the RISC-V (rv64gc) support in Qt5 Webkit [1]. It is far from a finish :)
Could somebody help me with a questions down below?I did not quite understand which methods do I need to implement in the MacroAssembler (in Source/JavaScriptCore/assembler) port for RISC-V? As I understand the MacroAssembler.h contains wrappers (Ptr methods) for arch specific MacroAssembler and I need to implement only these methods for wrappers. But I'm not sure about this.
Where I could find the documentation on the internals of the Qt5 Webkit? Or there is only source code?
Thanks and advance!
[1] http://git.altlinux.org/people/arei/packages/?p=qt5-webkit.git;a=shortlog;h=refs/heads/WIP-riscv64