Comments addressed + platform ports

https://codereview.chromium.org/638623002/diff/20001/src/ia32/full-codegen-ia32.cc
File src/ia32/full-codegen-ia32.cc (right):

https://codereview.chromium.org/638623002/diff/20001/src/ia32/full-codegen-ia32.cc#newcode4419
src/ia32/full-codegen-ia32.cc:4419: if (assign_type == NAMED_PROPERTY) {
On 2014/10/07 15:05:38, arv wrote:
maybe switch here?

Done.

https://codereview.chromium.org/638623002/diff/20001/src/runtime/runtime-classes.cc
File src/runtime/runtime-classes.cc (right):

https://codereview.chromium.org/638623002/diff/20001/src/runtime/runtime-classes.cc#newcode164
src/runtime/runtime-classes.cc:164: return
ThrowUnsupportedSuper(isolate);
On 2014/10/07 15:05:38, arv wrote:
// TODO(dslomov): Implement

Done.

https://codereview.chromium.org/638623002/diff/20001/src/runtime/runtime.h
File src/runtime/runtime.h (right):

https://codereview.chromium.org/638623002/diff/20001/src/runtime/runtime.h#newcode196
src/runtime/runtime.h:196: F(StoreKeyedToSuper_Strict, 4, 1)
           \
On 2014/10/07 15:05:38, arv wrote:
Same comment here as I commented on for StoreToSuper. Can we make this
one
runtime function that takes a Smi for StrictMode? Maybe there is a
reason to
prefer two runtime functions here and if so I would like to know what
it is.

Less parameter passing on the stack => smaller generated code size +
slightly faster call.

https://codereview.chromium.org/638623002/

--
--
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