Go to file
kmillikin@chromium.org 1ca19c383d Fix ARM compiler crash in short-circuited boolean expressions.
We did not handle the case where the left-hand-side expression was
fully compiled to control flow.  There were also some assertions for
unary and binary expressions that crashed debug builds when the
expression was fully compiled to control flow.

Regression test added.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2524 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-07-23 11:40:14 +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 Introduce faster utilty methods for storing and retrieving native pointers 2009-07-17 10:35:15 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Fix ARM compiler crash in short-circuited boolean expressions. 2009-07-23 11:40:14 +00:00
test Fix ARM compiler crash in short-circuited boolean expressions. 2009-07-23 11:40:14 +00:00
tools Heap profiling: add logging of heap memory stats (capacity, used) under 'log-gc' flag. 2009-07-20 09:38:44 +00:00
AUTHORS Clarify precedence of operations involving bitwise and(&) in x64/assembler. 2009-06-19 09:12:20 +00:00
ChangeLog Prepare to push version 1.2.14 to trunk. 2009-07-13 13:49:57 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct - Simplify the architecture setup. In particular the 'wordsize' parameter 2009-07-16 22:41:28 +00:00