[PATCH] Emit StackMap section on AArch64 target

Csaba Osztrogonác oszi at inf.u-szeged.hu
Wed Mar 11 08:42:23 PDT 2015


Hi atrick, ributzka, lhames, reames,

http://reviews.llvm.org/D4574 added StackMap support and emit StackMap section on X86 target.
We need to emit this section on AArch64 too for FTL JIT of WebKit.

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D8258

Files:
  lib/Target/AArch64/AArch64AsmPrinter.cpp

Index: lib/Target/AArch64/AArch64AsmPrinter.cpp
===================================================================
--- lib/Target/AArch64/AArch64AsmPrinter.cpp
+++ lib/Target/AArch64/AArch64AsmPrinter.cpp
@@ -152,6 +152,7 @@
       }
       Stubs.clear();
     }
+    SM.serializeToStackMapSection();
   }

 }

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8258.21730.patch
Type: text/x-patch
Size: 311 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150311/b2d21427/attachment.bin>


More information about the llvm-commits mailing list