http://codereview.chromium.org/5996002/diff/11002/src/ia32/code-stubs-ia32.cc File src/ia32/code-stubs-ia32.cc (right):
http://codereview.chromium.org/5996002/diff/11002/src/ia32/code-stubs-ia32.cc#newcode2481 src/ia32/code-stubs-ia32.cc:2481: // UNTAGGED cast: On 2010/12/20 13:45:49, Lasse Reichstein wrote:
cast->case.
Done. http://codereview.chromium.org/5996002/diff/11002/src/ia32/code-stubs-ia32.cc#newcode2620 src/ia32/code-stubs-ia32.cc:2620: __ bind(&skip_cache); On 2010/12/20 13:45:49, Lasse Reichstein wrote:
Does this mean that we don't cache the result in the untagged case?
We only don't cache the result in the untagged case if new space is full. I have a future change to ensure that a GC is called in this case. http://codereview.chromium.org/5996002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
