Added support for storing JavaScript stack traces in a stack allocated buffer to...
authorkasper.lund <kasper.lund@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Jul 2008 12:50:18 +0000 (12:50 +0000)
committerkasper.lund <kasper.lund@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Jul 2008 12:50:18 +0000 (12:50 +0000)
commitaf4734f10f6dff10e91c63f76cd07278c086ce31
treedd04a332094907f804d36e7be2b0f5b691318219
parent44510671e908d0efc639513d81efcd81e7f14240
Added support for storing JavaScript stack traces in a stack allocated buffer to make it visible in shallow core dumps. Controlled by the --preallocate-message-memory flag which is disabled by default.

git-svn-id: http://v8.googlecode.com/svn/trunk@7 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
ChangeLog
src/SConscript
src/string-stream.cc
src/string-stream.h
src/top.cc
src/top.h
src/v8.cc