Large stack allocation on Windows usually needs to call _chkstk to make sure the the memory is committed. C++ function should be handled by C++ compiler automatically, but I didn't see any call to _chkstk() in V8 source for JIT code. Is it handled in some different way?
-- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
