Go to file
kmillikin@chromium.org 5fab2d08f2 A register allocation bugfix.
The function that prepares a virtual frame slot for writing (in order
to preserve the copy-on-write semantics of aliased frame elements) can
allocate registers, which may spill one from the frame.  If we're
unlucky, the spilled register can be the source register for the frame
element write.  In that case, ensure we do the write from memory.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1904 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-05-08 17:48:19 +00:00
benchmarks Fixed issue where \x.. and \u.... were rot13-ed in strings (but not in 2009-01-30 13:19:29 +00:00
include Make check in GetExternalString a runtime check instead of ASSERT. 2009-05-06 18:30:37 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src A register allocation bugfix. 2009-05-08 17:48:19 +00:00
test Fix intermittent crashes caused by unexpected GCs in 2009-05-08 12:39:37 +00:00
tools Don't keep data about JS code that is never executed. 2009-05-08 11:27:02 +00:00
AUTHORS Issue 63: Running tests fails of there is a dot in the checkout path 2009-02-25 10:09:42 +00:00
ChangeLog Prepare to push version 1.2.2 to trunk. 2009-05-05 07:08:56 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Introduce two separate classes of processor detection: 2009-05-05 12:06:20 +00:00