Reviewers: Hannes Payer,

Message:
This should fix the problems encountered while trying to debug
chromium:489006...

Description:
Fixed various simulator-related space leaks.

Alas, this involved quite a bit of copy-n-paste between the
architectures, but this is caused by the very convoluted
relationships, lifetimes and distribution of responsibilities. This
should really be cleaned up by moving code around and using STL maps,
but that's not really a priority right now.

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

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

Affected files (+111, -1 lines):
  M src/arm/simulator-arm.h
  M src/arm/simulator-arm.cc
  M src/arm64/simulator-arm64.h
  M src/arm64/simulator-arm64.cc
  M src/isolate.cc
  M src/mips/simulator-mips.h
  M src/mips/simulator-mips.cc
  M src/mips64/simulator-mips64.h
  M src/mips64/simulator-mips64.cc
  M src/ppc/simulator-ppc.h
  M src/ppc/simulator-ppc.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