Go to file
lrn@chromium.org 0e11fbcd79 Removed unsafe optimization in RecordWrite.
Optimization was only unsafe if new-space was in the low half of memory and an object could be
located in the top half at an addressed that only differ from a new-space address by the high
bit.

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


git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2608 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-08-03 13:17:34 +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 Add generic V8 API functions for controlling profiling aspects. 2009-07-29 11:23:36 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Removed unsafe optimization in RecordWrite. 2009-08-03 13:17:34 +00:00
test Fix debug printing of pointers, and a keyed store with smi index error, in X64 2009-08-03 10:53:45 +00:00
tools X64: enable stack sampling in profiler. 2009-07-31 11:07:05 +00:00
AUTHORS Clarify precedence of operations involving bitwise and(&) in x64/assembler. 2009-06-19 09:12:20 +00:00
ChangeLog Prepare push to trunk. We are now working towards version 1.3.2. 2009-07-30 14:18:09 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Enable C++ missing virtual destructor warning. 2009-07-31 12:19:20 +00:00