- Fixed issue when building samples and cctests on 64-bit machines.
authorchristian.plesner.hansen <christian.plesner.hansen@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Aug 2008 13:47:52 +0000 (13:47 +0000)
committerchristian.plesner.hansen <christian.plesner.hansen@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 27 Aug 2008 13:47:52 +0000 (13:47 +0000)
commit968facb9ffd8f2d8f6a49baa08e3f393f0396728
treecaa6f82ca8df617bc9e8e81dded908d524b4e381
parent05bbf90b3af78cbb10626a5a4a8e7fa88c80e6a9
- Fixed issue when building samples and cctests on 64-bit machines.
- Fixed mozilla test breakage caused by python's obscure module
  loading rules.
- Made sure test.py propagates test failures out as the exit code of
  the script.
- Remove runtime calls to get number constants. Remove Heap roots for
  some special numbers.
- Fix typo in accessors.h.
- Changes CopyMap to not copy descriptors.  Adds
  CopyMapRemoveTransitions that copies non-transition descriptors.
  Changes interface of DescriptorArray::Copy operations to simplify
  them.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@21 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
22 files changed:
SConstruct
src/accessors.cc
src/accessors.h
src/bootstrapper.cc
src/factory.cc
src/factory.h
src/globals.h
src/handles.cc
src/heap.cc
src/heap.h
src/objects.cc
src/objects.h
src/property.h
src/runtime.cc
src/runtime.h
src/runtime.js
src/string.js
src/v8natives.js
test/cctest/test-heap.cc
test/mjsunit/number-limits.js [new file with mode: 0644]
test/mozilla/testcfg.py
tools/test.py