https://codereview.chromium.org/437953003/diff/40001/src/stub-cache.cc
File src/stub-cache.cc (right):

https://codereview.chromium.org/437953003/diff/40001/src/stub-cache.cc#newcode981
src/stub-cache.cc:981: NonexistentFrontend(name, scratch1(),
scratch2());
Now this thing will generate a frontend footer with a miss case...

https://codereview.chromium.org/437953003/diff/40001/src/stub-cache.cc#newcode983
src/stub-cache.cc:983: Frontend(receiver(), name);
... (same here) ...

https://codereview.chromium.org/437953003/diff/40001/src/stub-cache.cc#newcode991
src/stub-cache.cc:991: GenerateRestoreName(&miss, name);
... and here goes another miss case. Maybe it would be better to move
FrontendFooter() call from NonexistentFrontend() and rename the latter
one to NonexistentFrontendHeader().

https://codereview.chromium.org/437953003/

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