https://codereview.chromium.org/428223002/diff/1/src/compiler/instruction.h
File src/compiler/instruction.h (right):
https://codereview.chromium.org/428223002/diff/1/src/compiler/instruction.h#newcode492
src/compiler/instruction.h:492: void operator delete(void*, size_t) {
UNREACHABLE(); }
I don't understand this commit: Why do we have to define new/delete here
at all? Instruction inherits from ZoneObject, which has exactly these
definitions? Probably we should have removed the new here instead of
adding the deletes, I gues...
https://codereview.chromium.org/428223002/
--
--
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.