Comment #1 on issue 3823 by [email protected]: Embed weak JSObject in optimized code using WeakCell
https://code.google.com/p/v8/issues/detail?id=3823#c1
The following revision refers to this bug:https://chromium.googlesource.com/v8/v8.git/+/def7c53869f86a525eb539e0c0254fdc4e512b9b
commit def7c53869f86a525eb539e0c0254fdc4e512b9b Author: ulan <[email protected]> Date: Tue Jan 20 11:38:42 2015 LCodeGen::CallKnownFunction gets the function in register. There is no need to embed function pointer in code. BUG=v8:3823 LOG=N Review URL: https://codereview.chromium.org/817483005 Cr-Commit-Position: refs/heads/master@{#26152}[modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/arm/lithium-codegen-arm.cc [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/arm/lithium-codegen-arm.h [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/arm64/lithium-codegen-arm64.cc [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/arm64/lithium-codegen-arm64.h [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/ia32/lithium-codegen-ia32.cc [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/ia32/lithium-codegen-ia32.h [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/mips/lithium-codegen-mips.cc [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/mips/lithium-codegen-mips.h [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/mips64/lithium-codegen-mips64.cc [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/mips64/lithium-codegen-mips64.h [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/x64/lithium-codegen-x64.cc [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/x64/lithium-codegen-x64.h [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/x87/lithium-codegen-x87.cc [modify] http://crrev.com/def7c53869f86a525eb539e0c0254fdc4e512b9b/src/x87/lithium-codegen-x87.h
--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.
