Comment #6 on issue 3656 by [email protected]: Iterator result map invalidly embedded directly in fullcodegen code.
https://code.google.com/p/v8/issues/detail?id=3656#c6

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/2645b64d2856990511e95ccd06b0a4b0c25fba80

commit 2645b64d2856990511e95ccd06b0a4b0c25fba80
Author: [email protected] <[email protected]>
Date: Wed Oct 29 18:19:57 2014

MIPS: EmitCreateIteratorResult loads map from function's context.

Port r24987 (cfc4713)

Original commit message:
Caching or serialization can cause full-codegen output to be shared
between contexts.  CreateIteratorResult, however, was doing the wrong
thing by creating results with the map that was current when the code
was generated.  Instead, we should chase pointers to load the right map
from the function's context.

BUG=v8:3656
LOG=N
[email protected]

Review URL: https://codereview.chromium.org/691563002

Cr-Commit-Position: refs/branch-heads/bleeding_edge@{#24993}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24993 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

[modify] https://chromium.googlesource.com/v8/v8.git/+/2645b64d2856990511e95ccd06b0a4b0c25fba80/src/mips/full-codegen-mips.cc [modify] https://chromium.googlesource.com/v8/v8.git/+/2645b64d2856990511e95ccd06b0a4b0c25fba80/src/mips64/full-codegen-mips64.cc


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

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