When trying to commit this it turned out that it only builds on ARM. I did
not
notice that the changes to codegen.h broke the other platforms.
http://codereview.chromium.org/3068001/diff/50001/51003
File src/codegen.h (right):
http://codereview.chromium.org/3068001/diff/50001/51003#newcode725
src/codegen.h:725: class ToBooleanStub: public CodeStub {
With this change the class definition of the ToBooleanStub has to be
moved to the architecture dependent files codegen-<arch>.h as it is no
longer the same on all platforms.
http://codereview.chromium.org/3068001/show
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev