On 2011/10/04 12:50:11, fschneider wrote:
Adding Vitaly:
r8537 moved the call to InitializeThreadLocal up. In order to avoid using uninitialized (zeroed) hole_value from the roots array, I split InitializeThreadLocal into two. Is there potentially other things that depend on this call before the deserialization is done?
Potentially, yes :) To be safe you could add debug-only checks that only initialized fields are accessed. http://codereview.chromium.org/8130002/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
