[v8-dev] Attention, des nouvelles visites sur ton profil Badoo !

2012-01-14 Thread Badoo
De nouvelles visites sur Badoo ! 1 nouvelle personne a visité ton profil, parce qu'elle s'intéresse à toi. D'autres personnes sont aussi présentes: Dodi Découvre vos intérêts communs http://eu1.badoo.com/access.phtml?UID=261054792&secret=gKHxdj3QC0&g=50&m=47&mid=4f11d12c00060046cf58237

[v8-dev] Re: Provide a way for iterating through all external strings referenced from the JS heap (issue 9139018)

2012-01-14 Thread burnus
On 2012/01/14 13:52:44, Yury Semikhatsky wrote: I can add an artificial usages of string1 and string2 but the failure sounds wrong since v8::Local protects the strings from being GC'ed. I don't see why I cannot have assigned but never used scoped_ptr as a method local variable. Well, langua

[v8-dev] Re: Provide a way for iterating through all external strings referenced from the JS heap (issue 9139018)

2012-01-14 Thread yurys
http://codereview.chromium.org/9139018/diff/14001/test/cctest/test-api.cc File test/cctest/test-api.cc (right): http://codereview.chromium.org/9139018/diff/14001/test/cctest/test-api.cc#newcode13723 test/cctest/test-api.cc:13723: v8::Local string2 = v8::String::NewExternal(resource2); On 2012/01

[v8-dev] Re: Improved range analysis for bitwise operations. (issue 9156001)

2012-01-14 Thread sra
On 2012/01/10 08:57:52, Sven wrote: I have a general remark about the approach in this CL: If I read the patch correctly, we lose a lot of information when we convert the BitRange back to a Range. This happens e.g. when several bitops are chained, which is probably not an uncommon pattern.