Go to file
ager@chromium.org 2bc682e3f3 Do not use left-over space after new space alignment for other spaces.
Doing so makes the max new space size influence the initial total size
of the heap.

This change reduces the initial memory use of V8 by over 6MB.

Review URL: http://codereview.chromium.org/202017

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2851 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-09-09 08:45:32 +00:00
benchmarks Remove svn:executable flag from run.html and style.css and change the mime-type of style.css to text/css. 2009-07-15 10:37:10 +00:00
include Const Correctness for String::Value 2009-09-07 07:54:51 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Do not use left-over space after new space alignment for other spaces. 2009-09-09 08:45:32 +00:00
test Support stepping out for recursive functions.Simply flooding JS function from the calling stack frame with one shot breakpoints is not enough to support step out action in all cases since the function on top of the stack may be turn recursive and we may end up flooding itself. To overcome this a pointer to the stack frame where the debugger should be invoked after stepping out is strored in the debugger.Chromium bug:http://code.google.com/p/chromium/issues/detail?id=17967 2009-09-09 08:40:59 +00:00
tools Refactor the register to name mapping in the ARM simulator. 2009-09-09 07:01:20 +00:00
.gitignore Add .gitignore file similar to Chromium's one. 2009-08-05 11:52:59 +00:00
AUTHORS Const Correctness for String::Value 2009-09-07 07:54:51 +00:00
ChangeLog Prepare push to trunk. Now working on version 1.3.10. 2009-09-02 08:05:38 +00:00
LICENSE Land change to notify valgrind when we modify code on x86. This does 2009-08-11 15:23:06 +00:00
SConstruct Fixed SCons build of Windows DLL. 2009-09-07 07:09:57 +00:00