Re: [v8-users] Disabling inline caching

2016-03-01 Thread Martin Junker
Umh, okay, thanks a lot! Maybe I should elaborate my problem, hopefully I get some further help: I (more or less with the help of a colleague) patched parts of the v8 code (mostly the *String*) and added a few functions to the String prototype. Let's call one of the function *isPatched(),

Re: [v8-users] Disabling inline caching

2016-03-01 Thread Jakob Kummerow
--nouse-ic (which is equivalent to changing the flag's default and recompiling) turns off those parts of the IC system that can reasonably be turned off (in particular, compilation of specialized handlers). You'll observe that --trace-ic's output changes quite a bit when you do that. Turning off

[v8-users] Disabling inline caching

2016-03-01 Thread Martin Junker
Hello, I am using v8 4.5.103.30 and trying to disable inline-caching. I changed the *use_ic *in src/flag-definitions.h to false and compiled v8. Then I started d8 with the --trace-ic flag and kind of expected to not have any IC's there (as the use of IC is disabled). Am I right with that

Re: [v8-users] Disabling inline caching

2015-10-21 Thread Deepak Subramanian
Thanks a lot. I directly disabled it using the default v8 flag-definitions.h that you cited. Best Regards, Deepak On Wednesday, October 21, 2015 at 10:02:17 AM UTC+2, GyeongHwan Hong wrote: > > Sorry, I mistyped the flag. It's not --use-ic, but --use_ic. > > For more detailed, Refer this page:

Re: [v8-users] Disabling inline caching

2015-10-21 Thread Deepak Subramanian
Hi, >From d8 ? d8 --use-ic=false does not seem to work. Also could you point me to the list of possible v8 flags. Thanks a ton. Best Regards, Deepak On Tuesday, October 20, 2015 at 10:44:07 AM UTC+2, GyeongHwan Hong wrote: > > To disable inline caching, give v8 binary a flag

Re: [v8-users] Disabling inline caching

2015-10-21 Thread GyeongHwan Hong
Sorry, I mistyped the flag. It's not --use-ic, but --use_ic. For more detailed, Refer this page: https://code.google.com/p/v8/source/browse/branches/bleeding_edge/src/flag-definitions.h Regards, Gyeonghwan Hong. 2015년 10월 21일 (수) 오후 4:58, Deepak Subramanian 님이 작성: > Hi, >

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 >

[v8-users] Disabling inline caching

2015-10-19 Thread Deepak Subramanian
Hi, Is there a way to disable the IC ? Thanks in advance. -- -- 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