Re: [v8-users] LowMemoryNotification in for...of loop.

2016-01-24 Thread Ben Noordhuis
On Sat, Jan 23, 2016 at 10:27 PM, Jane Chen wrote: > Now that we are on this, can I ask more questions about GC: > > Is calling LowMemoryNotification() expensive? Should I only do it when I > absolutely need more memory to continue, or should I do it proactively and > in

[v8-users] Building V8 Fails with MinGW-w64

2016-01-24 Thread igal
Hi, I'm trying to build v8 version 4.3.66 with MinGW-w64 and I'm getting errors which I can not understand. It'd be greatly appreciated if someone could make sense of the attached log file and advise on what seems to be the problem, or possible ways to fix it. Thank you, Igal -- --

[v8-users] Re: Problems with setbreakpoint command

2016-01-24 Thread Yang Guo
Do you have a test case to reproduce this issue? I'd love to help but your description of the issue is very vague. On Sunday, January 24, 2016 at 11:39:12 PM UTC+1, treck wrote: > > My program need set breakpoints feature on specified line of code. I'm > trying use setbreakpoint >

Re: [v8-users] Re: Building V8 Fails with MinGW-w64

2016-01-24 Thread Igal @ Lucee.org
On 1/24/2016 10:53 PM, Yang Guo wrote: Looks like you are trying to build V8 with a compiler that does not support C++11. Thank you for your reply. I am using gcc 5.3.0 and according to https://gcc.gnu.org/onlinedocs/gcc-5.3.0/gcc/Standards.html I need to set an option of -std=c++11 so I'll