Reviewers: danno, Mads Ager,

Message:
Here's a follow-up to what you reviewed earlier: completely remove the NearLabel
class.

This CL is smaller than it looks. The majority of changed lines comes from
moving method implementations from macro-assembler-x64.h to
macro-assembler-x64.cc, which was necessary because they're not templates any
more. All actual changes are pretty straightforward.

Description:
Remove NearLabel, replacing remaining occurrences with Label

TEST=compiles, existing tests pass


Please review this at http://codereview.chromium.org/6991010/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M src/assembler.h
  M src/ia32/assembler-ia32.h
  M src/ia32/assembler-ia32.cc
  M src/ia32/code-stubs-ia32.h
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/full-codegen-ia32.cc
  M src/ia32/macro-assembler-ia32.h
  M src/ia32/macro-assembler-ia32.cc
  M src/x64/assembler-x64.h
  M src/x64/assembler-x64.cc
  M src/x64/code-stubs-x64.h
  M src/x64/code-stubs-x64.cc
  M src/x64/full-codegen-x64.cc
  M src/x64/ic-x64.cc
  M src/x64/lithium-codegen-x64.cc
  M src/x64/macro-assembler-x64.h
  M src/x64/macro-assembler-x64.cc
  M src/x64/stub-cache-x64.cc


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to