Updates:
Summary: Dematerialized objects not materialized in OptimizedFrame::Summarize
        Cc: [email protected]

Comment #2 on issue 3029 by [email protected]: Dematerialized objects not materialized in OptimizedFrame::Summarize
http://code.google.com/p/v8/issues/detail?id=3029

I fixed the assertion by using "undefined" to represent the value that has been optimized away due to allocation sinking. This still produces an bogus stack trace constructor calls don't appear as such. Issue hence remains open, but was renamed.

Expected stack trace:
TypeError: Cannot call method 'boom' of undefined
at new c (/usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:31:13) at f (/usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:35:10) at g (/usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:39:3) at /usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:44:7

Current stack trace:
TypeError: Cannot call method 'boom' of undefined
at c (/usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:31:13) at f (/usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:35:10) at g (/usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:39:3) at /usr/local/google/home/mstarzinger/Development/v8.git/test/mjsunit/regress/regress-3029.js:48:1

--
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/groups/opt_out.

Reply via email to