https://codereview.chromium.org/20843012/diff/6001/src/compiler.cc
File src/compiler.cc (right):
https://codereview.chromium.org/20843012/diff/6001/src/compiler.cc#newcode488
src/compiler.cc:488: info()->set_bailout_reason(kCodeGenerationFailed);
On 2013/08/01 12:02:13, Jakob wrote:
While you're here, please wrap this into an "if
(info()->bailout_reason() !=
kNoReason) {...}" check (otherwise it overwrites the more detailed
reason that
the Lithium code generator might have set).
Done.
https://codereview.chromium.org/20843012/diff/6001/src/ia32/stub-cache-ia32.cc
File src/ia32/stub-cache-ia32.cc (right):
https://codereview.chromium.org/20843012/diff/6001/src/ia32/stub-cache-ia32.cc#newcode3156
src/ia32/stub-cache-ia32.cc:3156: __ Check(not_equal,
kDontDeleteCellsCanTContainTheHole);
On 2013/08/01 12:02:13, Jakob wrote:
nit: s/CanT/Cannot/
Done.
https://codereview.chromium.org/20843012/diff/6001/src/objects.cc
File src/objects.cc (right):
https://codereview.chromium.org/20843012/diff/6001/src/objects.cc#newcode15968
src/objects.cc:15968: ASSERT(reason >= kLastErrorMessage);
On 2013/08/01 10:35:50, alph wrote:
<
Done.
https://codereview.chromium.org/20843012/diff/6001/src/objects.cc#newcode15970
src/objects.cc:15970: static const char* error_messages_[] =
{ERROR_MESSAGES_LIST(ERROR_MESSAGES_TEXTS)};
On 2013/08/01 12:02:13, Jakob wrote:
nit: 80col
Done.
https://codereview.chromium.org/20843012/diff/6001/src/objects.h
File src/objects.h (right):
https://codereview.chromium.org/20843012/diff/6001/src/objects.h#newcode1123
src/objects.h:1123:
V(kInlinedRuntimeFunctionIsStringWrapperSafeForDefaultValueOf, "inlined
runtime function: IsStringWrapperSafeForDefaultValueOf") \
On 2013/08/01 10:35:50, alph wrote:
80 chars
Done.
https://codereview.chromium.org/20843012/
--
--
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/groups/opt_out.