Reviewers: Yang,

Message:
PTAL

Description:
Remove redundant source position information in RelocInfo

Previously, emitting two more more unique source positions at the same pc would
generate two or more RelocInfo entries. Now, only the last emitted source
position for any pc is added to the RelocInfo.

Please review this at https://codereview.chromium.org/908443002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+84, -18 lines):
  M src/arm/assembler-arm.cc
  M src/arm64/assembler-arm64.cc
  M src/assembler.h
  M src/assembler.cc
  M src/ia32/assembler-ia32.cc
  M src/ppc/assembler-ppc.cc
  M src/x64/assembler-x64.cc
  M src/x87/assembler-x87.cc
  M test/cctest/test-reloc-info.cc


--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to