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 li

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, > > Fr

[v8-users] Displaying V8 Counter & Histogram

2015-10-25 Thread GyeongHwan Hong
ttps://code.google.com/p/v8/source/browse/branches/bleeding_edge/src/flag-definitions.h However, I want to see those of v8 in "Chromium web browser", not d8. In this case, how can I see Chromium-V8's counters and histograms? Regards, Gyeonghwan Hong. -- -- v8-users mailing list

Re: [v8-users] Displaying V8 Counter & Histogram

2015-10-26 Thread GyeongHwan Hong
I'd better to make my own counter dump code... Thanks for your reply. Sincerely, Gyeonghwan Hong. 2015년 10월 26일 (월) 오후 6:18, Jakob Kummerow 님이 작성: > As far as I know, Chromium has dropped support for V8 counters :-( > > On Mon, Oct 26, 2015 at 6:36 AM, GyeongHwan Hong >