[v8-users] Optimization info

2015-10-20 Thread Deepak Subramanian
Hi, When an object property is called, it is generally searched for in the named dictionary (and this can be seen on the gdb as well). However, after a certain number of times, the object is no longer searched for and there is optimization which takes care of this. For example, var a = 1;

Re: [v8-users] Disabling inline caching

2015-10-20 Thread GyeongHwan Hong
To disable inline caching, give v8 binary a flag '--use-ic=false'. Regards, Gyeonghwan Hong 2015년 10월 20일 (화) 오전 12:16, Deepak Subramanian 님이 작성: > Hi, > > Is there a way to disable the IC ? > > Thanks in advance. > > -- > -- > v8-users mailing list >

Re: [v8-users] Mercurial downloads

2015-10-20 Thread Jakob Kummerow
Please stop spamming this list. On Tue, Oct 20, 2015 at 12:27 PM, GS apple wrote: > Chrome Version : 'about:version'> Mozilla Public License 1.1 > URL : http://www.mercurial-1.blogspot.com/2015/10/downloads.html > Behavior in 3.5.2 MSI installer - x64

Re: [v8-users] Optimization info

2015-10-20 Thread Ben Noordhuis
On Tue, Oct 20, 2015 at 10:33 AM, Deepak Subramanian wrote: > Hi, > > When an object property is called, it is generally searched for in the named > dictionary (and this can be seen on the gdb as well). However, after a > certain number of times, the object is no longer

Re: [v8-users] performance oddities of v8 Arrays

2015-10-20 Thread Ben Noordhuis
On Mon, Oct 19, 2015 at 10:24 PM, Dmitry Orlov wrote: > However, in the real code, I have to pass large arrays of v8::Objects, not > integers. It is possible to create an ArrayBuffer-backed array of object > handles? No, but you can pass a large number of arguments to JS

[v8-users] Mercurial downloads

2015-10-20 Thread GS apple
Chrome Version : Mozilla Public License 1.1 URL : http://www.mercurial-1.blogspot.com/2015/10/downloads.html Behavior in 3.5.2 MSI installer - x64 Windows Behavior in 3.5.2 MSI installer - x86 Windows What steps will reproduce the problem? 1.Mercurial 3.5.2 for Python 2.7 on Windows

[v8-users] Re: modify native class

2015-10-20 Thread Игорь Новожилов
issue: https://code.google.com/p/v8/issues/detail?id=4498 -- -- v8-users mailing list v8-users@googlegroups.com http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop

[v8-users] Re: modify native class

2015-10-20 Thread Игорь Новожилов
issue: https://code.google.com/p/v8/issues/detail?id=4498 вторник, 20 октября 2015 г., 17:44:22 UTC+3 пользователь Игорь Новожилов написал: > > Version: node: '4.2.1', v8: '4.5.103.35' > OS: win7 > Architecture: x64 > > CODE: > var TE = class tError extends Error { >constructor(message) { >