Go to file
kmillikin@chromium.org b2d18f3321 Add a VirtualFrame class to the IA32 code generator. All frame
accesses (eg, parameters, locals, and the expression stack elements)
and mutation (pushes and pops) go through the virtual frame.

The frame initially contains no state, and directly emits instructions
in the obvious way.  It is not currently used for deferred code.
Review URL: http://codereview.chromium.org/7076

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@489 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-10-13 07:56:13 +00:00
benchmarks Let the current state of the benchmarks be known to the 2008-10-06 07:55:10 +00:00
include Fix typo in include/v8.h (issue 108) and mark test-spaces/LargeObjectSpace as flaky on ARM (issue 113). TBR=ager@chromium.org 2008-10-09 05:39:00 +00:00
samples - Added support for warnings on unused test rules. 2008-09-25 12:38:34 +00:00
src Add a VirtualFrame class to the IA32 code generator. All frame 2008-10-13 07:56:13 +00:00
test If an allocation is so huge that we cannot code the size needed in the failure 2008-10-09 11:26:37 +00:00
tools Improve profiler output to make it easier to see the 2008-10-10 09:26:40 +00:00
AUTHORS Adding Paolo Giarrusso to AUTHORS file for his hash code patch. 2008-10-07 07:26:06 +00:00
ChangeLog Update version to 0.3.5 in preparation for pushing 2008-10-06 08:07:59 +00:00
LICENSE Initial export. 2008-07-03 15:10:15 +00:00
SConstruct - Omit frame pointers when using GCC. 2008-10-10 13:15:59 +00:00