[PATCH] Alternative stackmap parser.

Lang Hames lhames at gmail.com
Sun Jun 14 12:31:24 PDT 2015


Hi reames, atrick, ributzka, swaroop.sridhar, sanjoy, pgavlin,

Alternative/complementary stackmap parser (see http://reviews.llvm.org/D10377).

This is just a sketch, some details are not filled in (e.g. the Location data structure). The key difference between this and D10377 is that this version only parses the stackmap contents, it does not duplicate any data (except some cached file-offsets for speed).

This parser could be used to build the data structure in D10377 for users who wish to discard the object file..

REPOSITORY
  rL LLVM

http://reviews.llvm.org/D10434

Files:
  include/llvm/CodeGen/StackMaps.h
  include/llvm/Object/StackMapParser.h
  tools/llvm-objdump/llvm-objdump.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10434.27646.patch
Type: text/x-patch
Size: 15053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150614/98594118/attachment.bin>


More information about the llvm-commits mailing list