dcarney@chromium.org
|
d4fd9db342
|
fix nosnapshot test failure in 14793004, do not deprecate function
BUG=
TBR=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/14947005
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14585 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-08 07:45:16 +00:00 |
|
ulan@chromium.org
|
e5a29e8ff9
|
Do not change environment between simulate and scope with no observable side-effects in HandlePropertyAssignment.
LChunkBuilder reconstructs the environment by applying simulates. A scope with no observable side-effects has no simulates. If the scope deoptimizes, then LChunkBuilder would miss the changes to the environment between the last simulate and the scope.
R=danno@chromium.org
BUG=v8:2671
TEST=mjsunit/regress/regress-2671.js
Review URL: https://chromiumcodereview.appspot.com/14793009
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14584 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-08 07:40:28 +00:00 |
|
palfia@homejinni.com
|
064349bae4
|
MIPS: Becuase of cross-context calls, hydrogen-based Array constructor needs to ensure the array constructor pointer passed in matches that of the current context.
Port r14581 (32067c11)
BUG=
Review URL: https://codereview.chromium.org/14761004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14583 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 23:15:27 +00:00 |
|
palfia@homejinni.com
|
1391e80f26
|
MIPS: Generators return boxed values
Port r14563 (6d01adb8)
Original commit message:
Generators now box their return values in object literals of the form
{ value: VAL, done: DONE }
where DONE is false for yield expressions, and true for return
statements.
BUG=
Review URL: https://codereview.chromium.org/15009008
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14582 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 23:14:36 +00:00 |
|
mvstanton@chromium.org
|
d7b013de57
|
Becuase of cross-context calls, hydrogen-based Array constructor needs to ensure
the array constructor pointer passed in matches that of the current context.
BUG=
R=verwaest@chromium.org
Review URL: https://codereview.chromium.org/14846017
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14581 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 21:01:53 +00:00 |
|
mstarzinger@chromium.org
|
04a5b3d6b6
|
Revert "deprecate Context::New which returns Persistent"
This reverts r14573 because of test failures in no-snapshot mode in the
cctest/test-debug/ScriptCollectedEventContext test case.
TBR=dcarney@chromium.org,svenpanne@chromium.org
TEST=cctest/test-debug/ScriptCollectedEventContext
Review URL: https://codereview.chromium.org/15038002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14578 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 16:28:51 +00:00 |
|
mstarzinger@chromium.org
|
b2f6d7843a
|
Disable code flushing for native SharedFunctionInfo.
R=hpayer@google.com
TEST=cctest/test-api/Threading4
Review URL: https://codereview.chromium.org/15018012
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14577 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 15:18:01 +00:00 |
|
dslomov@chromium.org
|
b15bbfbe39
|
Implement TypedArray.set function.
R=rossberg@chromium.org
Review URL: https://codereview.chromium.org/14581005
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14576 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 14:42:17 +00:00 |
|
dslomov@chromium.org
|
e45abf08cc
|
Update mjsunit tests to be complaian with ES6 implementation of typed arrays
R=rossberg@chromium.org
Review URL: https://codereview.chromium.org/14580012
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14575 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 14:03:50 +00:00 |
|
mstarzinger@chromium.org
|
f5817cfc2b
|
Disable flaky CPU profiler test case.
R=svenpanne@chromium.org
BUG=v8:2628
TEST=cctest/test-cpu-profiler/CollectCpuProfile
Review URL: https://codereview.chromium.org/14767021
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14574 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 14:02:31 +00:00 |
|
dcarney@chromium.org
|
386de8010b
|
deprecate Context::New which returns Persistent
BUG=
TBR=marja@chromium.org
Review URL: https://codereview.chromium.org/14793004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14573 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 13:29:24 +00:00 |
|
mstarzinger@chromium.org
|
d898bded39
|
Prevent grokdump from crying about invalid input.
R=ulan@chromium.org
Review URL: https://codereview.chromium.org/14660012
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14572 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 13:24:04 +00:00 |
|
verwaest@chromium.org
|
0b1a9c9e3d
|
Free up 11 bits in fast-mode PropertyDetails by removing the enumeration-index.
The descriptors are nowadays ordered in order of addition, so that info was
duplicated.
Review URL: https://chromiumcodereview.appspot.com/14622005
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14571 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 13:09:23 +00:00 |
|
dcarney@chromium.org
|
44ec65b1e1
|
Add Persistent<T>::Reset which disposes the handle and redirects it to point to another object.
BUG=
R=dcarney@chromium.org, svenpanne@chromium.org
Review URL: https://codereview.chromium.org/14788013
Patch from Marja Hölttä <marja@chromium.org>.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14570 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 12:37:22 +00:00 |
|
rossberg@chromium.org
|
97c83b298c
|
Object.observe: disable freezing changeRecords until it can be made fast
R=rossberg,adamk
BUG=
Review URL: https://codereview.chromium.org/15017003
Patch from Rafael Weinstein <rafaelw@chromium.org>.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14569 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 12:20:33 +00:00 |
|
rossberg@chromium.org
|
66170c928a
|
Fix braindead Handle::is_identical_to
R=mstarzinger@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14660008
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14568 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 12:02:15 +00:00 |
|
danno@chromium.org
|
6616081b6e
|
Fast-forward version number on bleeding_edge. Now working on version 3.19.0.
R=mstarzinger@chromium.org
Review URL: https://codereview.chromium.org/14580009
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14567 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 11:43:43 +00:00 |
|
dcarney@chromium.org
|
42a8ff87ba
|
add weakcallback without persistent copying
R=svenpanne@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14908004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14566 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 10:44:30 +00:00 |
|
verwaest@chromium.org
|
46d39cabd6
|
Fix polymorphic to monomorphic load to take representation into account.
Review URL: https://chromiumcodereview.appspot.com/14966005
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14565 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 10:32:23 +00:00 |
|
hpayer@chromium.org
|
169283def9
|
Perform incremental marking step after free-list allocation and clean-up incremental marking start condition.
BUG=
Review URL: https://codereview.chromium.org/14634007
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14564 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 09:48:42 +00:00 |
|
wingo@igalia.com
|
3cd73ebc2f
|
Generators return boxed values
Generators now box their return values in object literals of the form
{ value: VAL, done: DONE }
where DONE is false for yield expressions, and true for return
statements.
BUG=v8:2355
TEST=mjsunit/harmony/generators-iteration
R=mstarzinger@chromium.org
Review URL: https://codereview.chromium.org/13870007
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14563 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 08:46:42 +00:00 |
|
dcarney@chromium.org
|
24649209a0
|
remove use of WriteAscii for vtune
R=svenpanne@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14900003
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14562 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-07 07:23:39 +00:00 |
|
dslomov@chromium.org
|
9b45b71d5a
|
Added an extra flag that enables only ArrayBuffer.
This makes Blink experimentation easier.
R=rossberg@chromium.org
Review URL: https://codereview.chromium.org/14884012
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14560 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-06 16:19:27 +00:00 |
|
hpayer@chromium.org
|
c74ee804b3
|
Fix incremental marking speed accelleration and start incremental marking when old space is almost full when pretenuring objects.
BUG=
Review URL: https://codereview.chromium.org/14714004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14559 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-06 16:17:49 +00:00 |
|
hpayer@chromium.org
|
4c1782022a
|
Revert fix incremental marking speed accelleration and start incremental marking when old space is almost full when pretenuring objects.
BUG=
Review URL: https://codereview.chromium.org/14988004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14558 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-06 13:39:54 +00:00 |
|
hpayer@chromium.org
|
d869fd4fb1
|
Fix incremental marking speed accelleration and start incremental marking when old space is almost full when pretenuring objects.
BUG=
Review URL: https://codereview.chromium.org/14649014
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-06 13:07:10 +00:00 |
|
dcarney@chromium.org
|
1a9997ee37
|
Make v8 compilable without V8_USE_UNSAFE_HANDLES.
Without this modification, we get this error: "dereferencing type-punned pointer
will break strict-aliasing rules" (GCC strict aliasing).
Also included small CcTest sanity fixes: isolate() cannot return anything else
than default_isolate().
BUG=
TBR=dcarney@chromium.org
Review URL: https://codereview.chromium.org/14894006
Patch from Marja Hölttä <marja@chromium.org>.
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14554 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-06 13:01:03 +00:00 |
|
mvstanton@chromium.org
|
2d902c12a7
|
Parallel compilation fix: the optimizer thread shouldn't change the allow allocation state on AssertNoAllocation scopes.
BUG=
R=mstarzinger@chromium.org
Review URL: https://codereview.chromium.org/14796014
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14551 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-06 10:59:17 +00:00 |
|
mmassi@chromium.org
|
77924e7e5b
|
Fix occasional crash when lithium goes out of vregs.
BUG=
R=ulan@chromium.org
Review URL: https://codereview.chromium.org/14850013
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14550 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-06 09:27:06 +00:00 |
|
palfia@homejinni.com
|
ed160c5320
|
MIPS: Pretenure ASCII cons string in high promotion mode.
Port r14540 (c6093a6e)
BUG=
Review URL: https://codereview.chromium.org/14678006
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14549 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 23:55:08 +00:00 |
|
palfia@homejinni.com
|
8941cff652
|
MIPS: Before comparing input with a constant smi in GenerateRecordCallTarget(), make sure the input register is actually a smi.
Port r14547 (a2e764c7)
BUG=
Review URL: https://codereview.chromium.org/14597006
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14548 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 23:51:25 +00:00 |
|
mvstanton@chromium.org
|
84188e348b
|
Before comparing input with a constant smi in GenerateRecordCallTarget(), make sure the input register is actually a smi.
BUG=
Review URL: https://codereview.chromium.org/14803005
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14547 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 15:18:31 +00:00 |
|
mstarzinger@chromium.org
|
22c6fb384b
|
Cache first hint operand while building live ranges.
R=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/14771015
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14546 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 14:58:06 +00:00 |
|
verwaest@chromium.org
|
2aad78052e
|
Don't double unlink in DCE.
Review URL: https://chromiumcodereview.appspot.com/14914004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14545 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 13:39:11 +00:00 |
|
wingo@igalia.com
|
19e5f6cbf0
|
toString() on generator functions prints with function*
This CL adds a %FunctionIsGenerator runtime function, and uses it in the
function toString() implementation.
R=mstarzinger@chromium.org
BUG=v8:2355
TEST=mjsunit/harmony/generators-runtime
Review URL: https://codereview.chromium.org/14912002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14544 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 13:01:28 +00:00 |
|
mstarzinger@chromium.org
|
45a5535c85
|
Remove obsolete LiveRange::FirstPosWithHint helper.
R=svenpanne@chromium.org
Review URL: https://codereview.chromium.org/14650016
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14543 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 12:49:48 +00:00 |
|
titzer@chromium.org
|
dbcd0e925a
|
Remove HLoadElements instruction and replace with use of more general HLoadNamedField. This removes the need for both the hydrogen and lithium instructions and allows both kinds of loads to be GVN'd.
Review URL: https://codereview.chromium.org/14556020
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14542 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 12:21:16 +00:00 |
|
verwaest@chromium.org
|
ea282f079e
|
Turn on tracking of fields.
Review URL: https://chromiumcodereview.appspot.com/14771014
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14541 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 11:05:54 +00:00 |
|
hpayer@chromium.org
|
ce3345123c
|
Pretenure ASCII cons string in high promotion mode.
BUG=
Review URL: https://codereview.chromium.org/14451003
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14540 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 10:36:16 +00:00 |
|
dcarney@chromium.org
|
191b85f543
|
d8 shell fix for r14530
R=mstarzinger@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14907004
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14539 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 10:36:13 +00:00 |
|
dslomov@chromium.org
|
02889cafb8
|
Add type checks to typed array property getters.
R=rossberg@chromium.org
Review URL: https://codereview.chromium.org/14650014
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14538 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 09:59:50 +00:00 |
|
dslomov@chromium.org
|
18d02d06f0
|
Implement TypedArray.subarray method.
R=rossberg@chromium.org
Review URL: https://codereview.chromium.org/14740017
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14537 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 09:43:44 +00:00 |
|
jkummerow@chromium.org
|
0ac47f23d8
|
Remove 'unanimous use observations' rule from Phi representation inference
Review URL: https://codereview.chromium.org/14840014
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14536 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 08:50:48 +00:00 |
|
verwaest@chromium.org
|
984122a7ea
|
Overwrite the handler using Set.
InsertAt apparently inserts by moving the other elements... that does not work.
Review URL: https://chromiumcodereview.appspot.com/14566007
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14535 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 08:48:53 +00:00 |
|
mstarzinger@chromium.org
|
915f9ea500
|
Use first position in LAllocator ordering heuristic.
This changes the tiebreaker for LAllocator's ordering heuristic of
live ranges to use the first use position instead of the first hinted
use position. Searching for the first hinted position introduces
unnecessary overhead.
R=jkummerow@chromium.org
Review URL: https://codereview.chromium.org/14855010
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14534 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 08:09:37 +00:00 |
|
dcarney@chromium.org
|
0cf128390f
|
deprecate WriteAscii and MayContainNonAscii
R=svenpanne@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14638003
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14533 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-03 06:47:24 +00:00 |
|
dcarney@chromium.org
|
ae287f04b2
|
build fix for 14530
TBR=svenpanne@chromium.org
BUG=
TEST=
Review URL: https://codereview.chromium.org/14881002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14532 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-02 22:00:39 +00:00 |
|
dcarney@chromium.org
|
2e856d2c16
|
expose AssertNoAllocation to api
R=svenpanne@chromium.org
BUG=
Review URL: https://codereview.chromium.org/14625003
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14531 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-02 20:28:02 +00:00 |
|
dcarney@chromium.org
|
cf5ff5a14c
|
first step to remove unsafe handles
R=svenpanne@chromium.org
BUG=
Review URL: https://codereview.chromium.org/12729023
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14530 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-02 20:18:42 +00:00 |
|
palfia@homejinni.com
|
1b7edf8d2a
|
MIPS: Turn the load field code stub into a hydrogen code stub.
Port r14526 (7c581932)
BUG=
Review URL: https://codereview.chromium.org/14855008
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14529 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
|
2013-05-02 18:25:16 +00:00 |
|