Reviewers: ulan,

Message:
Fixes a build error due to unused variable in release mode.  Only change is
addition of "#ifdef DEBUG" in macro-assembler-arm.cc:136.

PTAL

Description:
Reland "Add out-of-line constant pool support to Arm."

This CL adds out-of-line constant pool support to Arm. A ConstantPoolBuilder
object is introduced to manage building of the ConstantPoolArray for a given
code object.

This CL depends on the following CLs landing first:
  https://codereview.chromium.org/138503002/
  https://codereview.chromium.org/179813005/
  https://codereview.chromium.org/183553003/
  https://codereview.chromium.org/183803022/
  https://codereview.chromium.org/183883011/
  https://codereview.chromium.org/186733006/
  https://codereview.chromium.org/188063002/
  https://codereview.chromium.org/190793002/
  https://codereview.chromium.org/190823002/
  https://codereview.chromium.org/190833002/
  https://codereview.chromium.org/190883002/

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

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

Affected files (+564, -115 lines):
  M src/a64/assembler-a64.h
  M src/a64/assembler-a64.cc
  M src/arm/assembler-arm-inl.h
  M src/arm/assembler-arm.h
  M src/arm/assembler-arm.cc
  M src/arm/builtins-arm.cc
  M src/arm/code-stubs-arm.cc
  M src/arm/full-codegen-arm.cc
  M src/arm/macro-assembler-arm.cc
  M src/assembler.h
  M src/heap.cc
  M src/ia32/assembler-ia32.h
  M src/ia32/assembler-ia32.cc
  M src/objects.h
  M src/x64/assembler-x64.h
  M src/x64/assembler-x64.cc


--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to