Comment #7 on issue 3275 by jalenli1...@gmail.com: Can V8 Engine handle
chinese?
http://code.google.com/p/v8/issues/detail?id=3275
After checked with my OS, my encoding is GB2312 or GB18030.
Attachments:
RegionAndLanguage.png 51.8 KB
--
You received this message because this projec
Revision: 20868
Author: machenb...@chromium.org
Date: Mon Apr 21 00:05:19 2014 UTC
Log: Tagging version 3.26.20
http://code.google.com/p/v8/source/detail?r=20868
Added:
/tags/3.26.20
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You rece
Updates:
Cc: yang...@chromium.org
Comment #1 on issue 3277 by joc...@chromium.org: Slow compilation of
multiple disjunction regexp
http://code.google.com/p/v8/issues/detail?id=3277
(No comment was entered for this change.)
--
You received this message because this project is configur
Status: Accepted
Owner: u...@chromium.org
Labels: Type-Bug Priority-Medium
New issue 3279 by u...@chromium.org: mjsunit/json2 fails with
--deopt-every-n-times 1025
http://code.google.com/p/v8/issues/detail?id=3279
out/ia32.release/d8 --test --random-seed=1886469787 --deopt-every-n-times
278
Revision: 20872
Author: bmeu...@chromium.org
Date: Tue Apr 22 08:28:14 2014 UTC
Log: Improve code generation for bounds checks.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/246423005
http://code.google.com/p/v8/source/detail?r=20872
Modified:
/branches/bleedi
Revision: 20875
Author: bmeu...@chromium.org
Date: Tue Apr 22 08:49:46 2014 UTC
Log: Cons string maps must be marked as unstable.
R=verwa...@chromium.org
Review URL: https://codereview.chromium.org/247063002
http://code.google.com/p/v8/source/detail?r=20875
Modified:
/branches/bleed
Comment #1 on issue 3274 by joc...@chromium.org:
PropertyCallbackInfo.This() should return Local instead of
Local
http://code.google.com/p/v8/issues/detail?id=3274
Doesn't this apply to FunctionCallbackInfo as well?
--
You received this message because this project is configured to send al
Updates:
Owner: joc...@chromium.org
Cc: dcar...@chromium.org
Comment #2 on issue 3274 by joc...@chromium.org:
PropertyCallbackInfo.This() should return Local instead of
Local
http://code.google.com/p/v8/issues/detail?id=3274
(No comment was entered for this change.)
--
You
Comment #3 on issue 3274 by yang...@chromium.org:
PropertyCallbackInfo.This() should return Local instead of
Local
http://code.google.com/p/v8/issues/detail?id=3274
I guess it would, yes.
--
You received this message because this project is configured to send all
issue notifications to t
Revision: 20876
Author: svenpa...@chromium.org
Date: Tue Apr 22 09:24:56 2014 UTC
Log: Simplify v8/Isolate teardown.
This implies that one better has a v8::V8::Initialize when v8::V8::Dispose
is used.
BUG=359977
LOG=y
R=joc...@chromium.org
Review URL: https://codereview.chromium.o
Revision: 20877
Author: mvstan...@chromium.org
Date: Tue Apr 22 09:32:42 2014 UTC
Log: JSObject::DeepCopy and other functions returned an empty handle to
indicate an exception. All usages but one changed to return
MaybeHandles, and to use macros around the call.
The remaining work is i
Status: Accepted
Owner: wi...@igalia.com
Labels: Type-Bug Priority-Medium
New issue 3280 by wi...@igalia.com: Crash when reifying scope in debugger
breakpoint
http://code.google.com/p/v8/issues/detail?id=3280
The attached test causes V8 to crash:
#
# Fatal error in ../src/runtime.cc, line 11
Revision: 20878
Author: svenpa...@chromium.org
Date: Tue Apr 22 09:40:18 2014 UTC
Log: Bumped the boot-up memory-limit, part 2.
Basically a follow-up to r20851
TBR=ja...@chromium.org
Review URL: https://codereview.chromium.org/247193003
http://code.google.com/p/v8/source/detail?r=208
Comment #1 on issue 3280 by yang...@chromium.org: Crash when reifying scope
in debugger breakpoint
http://code.google.com/p/v8/issues/detail?id=3280
Imagine the case where a developer breaks inside a generator and wants to
know the content of that unused parameter, it would be unintuitive f
Comment #2 on issue 3280 by yang...@chromium.org: Crash when reifying scope
in debugger breakpoint
http://code.google.com/p/v8/issues/detail?id=3280
Btw. you can simply assume that when the debugger is being used, all code
is replaced by code being (re-)compiled for the debugger (there's so
Revision: 20879
Author: svenpa...@chromium.org
Date: Tue Apr 22 10:45:43 2014 UTC
Log: Revert "Simplify v8/Isolate teardown."
This reverts commit r20876, it broke non-snapshot tests.
TBR=bmeu...@chromium.org
http://code.google.com/p/v8/source/detail?r=20879
Modified:
/branches/bleed
Revision: 20880
Author: bmeu...@chromium.org
Date: Tue Apr 22 10:49:28 2014 UTC
Log: Optimize numeric comparison with known successors.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/246133005
http://code.google.com/p/v8/source/detail?r=20880
Modified:
/branche
Revision: 20881
Author: bmeu...@chromium.org
Date: Tue Apr 22 11:00:27 2014 UTC
Log: HBranch should also print its expected input types.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/247153003
http://code.google.com/p/v8/source/detail?r=20881
Modified:
/branch
Revision: 20882
Author: yang...@chromium.org
Date: Tue Apr 22 11:19:27 2014 UTC
Log: Do not avoid flattening cons string when creating a string slice.
R=u...@chromium.org
BUG=364656
LOG=N
Review URL: https://codereview.chromium.org/247093002
http://code.google.com/p/v8/source/detail?r
Revision: 20883
Author: wi...@igalia.com
Date: Tue Apr 22 11:34:16 2014 UTC
Log: Context-allocate all parameters in generators
Generator function scopes have forced context allocation. Ensure that
all variables in such scopes get context allocation -- even unused
variables.
This fixe
Updates:
Status: Fixed
Comment #3 on issue 3280 by wi...@igalia.com: Crash when reifying scope in
debugger breakpoint
http://code.google.com/p/v8/issues/detail?id=3280
Thanks for the comments, Yang. Fixed in r20883.
--
You received this message because this project is configured to
Revision: 20884
Author: rossb...@chromium.org
Date: Tue Apr 22 11:44:06 2014 UTC
Log: Collective fixes to types
R=jkumme...@chromium.org
BUG=
Review URL: https://codereview.chromium.org/247273002
http://code.google.com/p/v8/source/detail?r=20884
Modified:
/branches/3.25/src/types.cc
Revision: 20885
Author: rossb...@chromium.org
Date: Tue Apr 22 12:02:07 2014 UTC
Log: Forgot version bump
R=jkumme...@chromium.org
BUG=
Review URL: https://codereview.chromium.org/247213003
http://code.google.com/p/v8/source/detail?r=20885
Modified:
/branches/3.25/src/version.cc
==
Revision: 20886
Author: rossb...@chromium.org
Date: Tue Apr 22 12:09:55 2014 UTC
Log: Tagging version 3.25.28.13
http://code.google.com/p/v8/source/detail?r=20886
Added:
/tags/3.25.28.13
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You
Revision: 20887
Author: dslo...@chromium.org
Date: Tue Apr 22 12:24:28 2014 UTC
Log: Cache maps for externalized typed array objects.
After this, the maps do not garbage-collect, and typed array
constructors do not deopt.
R=u...@chromium.org
BUG=363855
LOG=N
Review URL: https://coder
Revision: 20889
Author: da...@chromium.org
Date: Tue Apr 22 12:55:40 2014 UTC
Log: Insert HSimulate immediately after Crankshaft-inlined push.
R=ja...@chromium.org
LOG=N
Review URL: https://codereview.chromium.org/247383002
http://code.google.com/p/v8/source/detail?r=20889
Added:
/b
Updates:
Status: Fixed
Comment #3 on issue 3253 by rodolph@gmail.com: Converting to clamped
uint8 is slow on ARM Cortex-A15
http://code.google.com/p/v8/issues/detail?id=3253
Fixed in r20755
--
You received this message because this project is configured to send all
issue notifi
Revision: 20890
Author: mvstan...@chromium.org
Date: Tue Apr 22 14:55:47 2014 UTC
Log: Use MaybeHandles in Compiler to indicate failure instead of a
null Handle.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/246603003
http://code.google.com/p/v8/source/detail?r
Status: Accepted
Owner: a...@chromium.org
CC: jkumme...@chromium.org, ad...@chromium.org, rossb...@chromium.org
Labels: Type-Bug Priority-Medium
New issue 3281 by a...@chromium.org: %SetCreateIterator hits unreachable code
http://code.google.com/p/v8/issues/detail?id=3281
From https://coderevi
Revision: 20891
Author: jacob.bram...@arm.com
Date: Tue Apr 22 15:57:04 2014 UTC
Log: ARM64: Move sign-extension to load instructions.
The SXTW extend mode is usually free when used in a load or store
operand, but it can slightly increase the latency of an arithmetic
instruction. This
Updates:
Status: Fixed
Comment #2 on issue 3279 by da...@chromium.org: mjsunit/json2 fails with
--deopt-every-n-times 1025
http://code.google.com/p/v8/issues/detail?id=3279
Fixed in r20889, recent regression, no merges needed.
--
You received this message because this project is conf
Revision: 20892
Author: plin...@gmail.com
Date: Tue Apr 22 16:56:42 2014 UTC
Log: MIPS: Improve code generation for bounds checks.
Port r20872 (0e79653)
BUG=
R=plin...@gmail.com
Review URL: https://codereview.chromium.org/246253007
Patch from Balazs Kilvady .
http://code.google.com/
Revision: 20893
Author: ad...@chromium.org
Date: Tue Apr 22 18:14:46 2014 UTC
Log: Fix issue with Map/SetIterator and types
BUG=v8:3281
LOG=N
R=jkumme...@chromium.org
Review URL: https://codereview.chromium.org/246993003
http://code.google.com/p/v8/source/detail?r=20893
Added:
/bran
Revision: 20894
Author: pal...@homejinni.com
Date: Tue Apr 22 22:40:34 2014 UTC
Log: MIPS: Return Object* instead of MaybeObject* from runtime calls.
Port r20888 (d6883d72)
BUG=
R=plin...@gmail.com
Review URL: https://codereview.chromium.org/246893010
http://code.google.com/p/v8/sour
Status: New
Owner:
New issue 3282 by s...@google.com: V8 crash in dart2js code
http://code.google.com/p/v8/issues/detail?id=3282
See https://code.google.com/p/dart/issues/detail?id=18385
for details and repro.
This is pretty serious for us - apps that use JSON randomly crash.
--
You rece
Revision: 20896
Author: machenb...@chromium.org
Date: Wed Apr 23 00:06:19 2014 UTC
Log: Tagging version 3.26.21
http://code.google.com/p/v8/source/detail?r=20896
Added:
/tags/3.26.21
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You rece
Revision: 20897
Author: bmeu...@chromium.org
Date: Wed Apr 23 07:07:54 2014 UTC
Log: Sort functions in polymorphic calls based on overall profiling
ticks and inlined AST size.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/248953002
http://code.google.com/p/v8
Updates:
Status: Assigned
Owner: verwa...@chromium.org
Cc: bmeu...@chromium.org yang...@chromium.org
Comment #1 on issue 3282 by yang...@chromium.org: V8 crash in dart2js code
http://code.google.com/p/v8/issues/detail?id=3282
This again bisects to r19001 "Remove CallICs".
Comment #2 on issue 3282 by yang...@chromium.org: V8 crash in dart2js code
http://code.google.com/p/v8/issues/detail?id=3282
This repro seems reliable btw.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your not
Comment #3 on issue 3282 by yang...@chromium.org: V8 crash in dart2js code
http://code.google.com/p/v8/issues/detail?id=3282
--trace-inlining --hydrogen-filter="_convertJsonToDart_walk.call\$1"
--
You received this message because this project is configured to send all
issue notifications to
Comment #4 on issue 3282 by yang...@chromium.org: V8 crash in dart2js code
http://code.google.com/p/v8/issues/detail?id=3282
The place where the exception is thrown is line 1211:
map.$indexSet(0, key, t1.call$2(key, this.call$1(e[key])));
If this is refactored to
var result = t1.call$2(key, t
Revision: 20898
Author: ja...@chromium.org
Date: Wed Apr 23 08:40:26 2014 UTC
Log: Handle boxed length in JSON stringify.
Here is the test that used to fail in Smi::cast:
JSON.stringify(new Array(40));
I am not adding the test because it takes huge amount of time before it
ru
Revision: 20899
Author: wi...@igalia.com
Date: Wed Apr 23 08:58:41 2014 UTC
Log: Avoid exposing compiler-allocated temporaries to the debugger
R=yang...@chromium.org
BUG=
Review URL: https://codereview.chromium.org/245963006
http://code.google.com/p/v8/source/detail?r=20899
Modified:
Revision: 20900
Author: ja...@chromium.org
Date: Wed Apr 23 09:21:24 2014 UTC
Log: Avoid setting transitions in-place for cached maps when observed
R=verwa...@chromium.org
BUG=
Review URL: https://codereview.chromium.org/246523004
http://code.google.com/p/v8/source/detail?r=20900
Add
Revision: 20901
Author: bmeu...@chromium.org
Date: Wed Apr 23 09:41:28 2014 UTC
Log: Fix tracking of computed fields when field type tracking is
disabled.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/247523004
http://code.google.com/p/v8/source/detail?r=2090
Revision: 20902
Author: bmeu...@chromium.org
Date: Wed Apr 23 10:40:31 2014 UTC
Log: Disable field type tracking by default.
BUG=365172
LOG=y
R=u...@chromium.org
Review URL: https://codereview.chromium.org/247913005
http://code.google.com/p/v8/source/detail?r=20902
Modified:
/branch
Comment #4 on issue 3274 by joc...@chromium.org:
PropertyCallbackInfo.This() should return Local instead of
Local
http://code.google.com/p/v8/issues/detail?id=3274
PropertyCallbackInfo stuff has landed in chrome and blink, so you can
change the v8 side
--
You received this message becau
Updates:
Owner: yang...@chromium.org
Comment #5 on issue 3274 by yang...@chromium.org:
PropertyCallbackInfo.This() should return Local instead of
Local
http://code.google.com/p/v8/issues/detail?id=3274
(No comment was entered for this change.)
--
You received this message because t
Revision: 20904
Author: u...@chromium.org
Date: Wed Apr 23 11:10:51 2014 UTC
Log: Tagging version 3.26.22
http://code.google.com/p/v8/source/detail?r=20904
Added:
/tags/3.26.22
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You received t
Revision: 20903
Author: u...@chromium.org
Date: Wed Apr 23 11:10:31 2014 UTC
Log: Version 3.26.22 (based on bleeding_edge revision r20902)
Disable field type tracking by default (Chromium issue 365172).
Performance and stability improvements on all platforms.
http://code.google.com/p/
Revision: 20905
Author: joc...@chromium.org
Date: Wed Apr 23 11:51:28 2014 UTC
Log: Extract common macros and start a base library
BUG=v8:3015
R=svenpa...@chromium.org
LOG=n
Review URL: https://codereview.chromium.org/249183003
http://code.google.com/p/v8/source/detail?r=20905
Added:
Revision: 20906
Author: da...@chromium.org
Date: Wed Apr 23 12:19:54 2014 UTC
Log: Version 3.25.28.14 (partial merge of r20839)
Fix Object.observe() notifications from Array.push()/Array.pop()
R=mstarzin...@chromium.org
LOG=N
Review URL: https://codereview.chromium.org/247073002
http
Revision: 20907
Author: joc...@chromium.org
Date: Wed Apr 23 12:28:43 2014 UTC
Log: Introduce .DEPS.git file to support full git checkouts
This is the result of running deps2git.py -d DEPS -o .DEPS.git -s -c /tmp
BUG=none
R=jkumme...@chromium.org, machenb...@chromium.org
LOG=n
Review
Revision: 20908
Author: u...@chromium.org
Date: Wed Apr 23 12:28:50 2014 UTC
Log: Harden DefineOrRedefineDataProperty.
R=jkumme...@chromium.org
Review URL: https://codereview.chromium.org/240973002
http://code.google.com/p/v8/source/detail?r=20908
Modified:
/branches/bleeding_edge/s
Revision: 20909
Author: mstarzin...@chromium.org
Date: Wed Apr 23 12:48:32 2014 UTC
Log: Fix ToObject and Object.isSealed in four Array builtins.
R=mvstan...@chromium.org
TEST=mjsunit/regress/regress-builtinbust-6
Review URL: https://codereview.chromium.org/240223006
http://code.googl
Revision: 20910
Author: u...@chromium.org
Date: Wed Apr 23 13:05:38 2014 UTC
Log: Allow Object.defineProperty to update value of an API accessor.
This is needed for converting internal accessors to API accessors and can
break blink tests.
BUG=
R=yang...@chromium.org
Review URL: ht
Revision: 20911
Author: da...@chromium.org
Date: Wed Apr 23 13:20:28 2014 UTC
Log: Fix deoptimization problem with inlined Array.push()
R=ja...@chromium.org
LOG=N
Review URL: https://codereview.chromium.org/247573008
http://code.google.com/p/v8/source/detail?r=20911
Added:
/branches
Status: New
Owner:
New issue 3284 by mari...@gmail.com: Optimization corner case causing a
string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
When running the attached file (I tested in Chrome 34 Linux and Chrome 33
Window), the following body
Revision: 20912
Author: ja...@chromium.org
Date: Wed Apr 23 14:26:53 2014 UTC
Log: Fix the Array.push simulate for non-effect context.
R=da...@google.com, da...@chromium.org
BUG=
Review URL: https://codereview.chromium.org/246543007
http://code.google.com/p/v8/source/detail?r=20912
A
Revision: 20913
Author: wi...@igalia.com
Date: Wed Apr 23 15:01:30 2014 UTC
Log: Move bug 3280 regression test to mjsunit/harmony
R=yang...@chromium.org
BUG=
Review URL: https://codereview.chromium.org/248483004
http://code.google.com/p/v8/source/detail?r=20913
Added:
/branches/blee
Revision: 20914
Author: yang...@chromium.org
Date: Wed Apr 23 15:08:03 2014 UTC
Log: Clean up some uses of Failures and MaybeObjects.
R=mstarzin...@chromium.org
Review URL: https://codereview.chromium.org/245963007
http://code.google.com/p/v8/source/detail?r=20914
Modified:
/branche
Updates:
Status: Assigned
Owner: yang...@chromium.org
Comment #1 on issue 3284 by yang...@chromium.org: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
(No comment was entered for this change.)
--
Revision: 20915
Author: ish...@chromium.org
Date: Wed Apr 23 15:43:39 2014 UTC
Log: StringTable::LookupKey() and all callers handlified.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/249103002
http://code.google.com/p/v8/source/detail?r=20915
Modified:
/branches
Revision: 20917
Author: machenb...@chromium.org
Date: Thu Apr 24 00:05:40 2014 UTC
Log: Tagging version 3.26.23
http://code.google.com/p/v8/source/detail?r=20917
Added:
/tags/3.26.23
--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
---
You rece
Comment #8 on issue 2543 by polt...@gmail.com: ARMv5 Illegal Instruction
vpush even with vfp2=off and vfp3=off
http://code.google.com/p/v8/issues/detail?id=2543
What was the solution for this last year?
I've a pretty similar problem with the same CPU.
http://code.google.com/p/v8/issues/deta
Revision: 20918
Author: ja...@chromium.org
Date: Thu Apr 24 05:29:00 2014 UTC
Log: Fix C++ type of Factory::NewFixedDoubleArray.
The change fixes the C++ type of Factory::NewFixedDoubleArray to
reflect the empty array case, where we return an empty
FixedArray (rather than FixedDoubleAr
Updates:
Status: Duplicate
Mergedinto: chromium:346587
Comment #2 on issue 3284 by yang...@chromium.org: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
Seems like a duplicate of an already fixed i
Revision: 20920
Author: bmeu...@chromium.org
Date: Thu Apr 24 07:16:10 2014 UTC
Log: Treat FOREIGN_TYPE as internal.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/257523002
http://code.google.com/p/v8/source/detail?r=20920
Modified:
/branches/bleeding_edge/src
Revision: 20921
Author: wi...@igalia.com
Date: Thu Apr 24 07:24:38 2014 UTC
Log: Add tests for generator/debugger interaction
R=yang...@chromium.org
BUG=
Review URL: https://codereview.chromium.org/247003004
http://code.google.com/p/v8/source/detail?r=20921
Added:
/branches/bleeding
Comment #3 on issue 3284 by mari...@gmail.com: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
Indeed, it is gone in 35. Apologies about the duplicate -- I thought I had
beta installed, but it was unstable.
--
Revision: 20922
Author: bmeu...@chromium.org
Date: Thu Apr 24 08:07:14 2014 UTC
Log: Make DescriptorArray::IsMoreGeneralThan() and
DescriptorArray::Merge() compatible again.
BUG=365172
LOG=y
TEST=mjsunit/regress/regress-365172-[1-3]
R=svenpa...@chromium.org
Review URL: https://code
Comment #4 on issue 3284 by vego...@chromium.org: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
Interesting that on the tip of the tree the load action.type is not
eliminated at all. Is this WAI?
--
You rece
Updates:
Status: WorkingAsIntended
Comment #1 on issue 3285 by rodolph@gmail.com: ARMv5 Illegal
Instruction vpush
http://code.google.com/p/v8/issues/detail?id=3285
V8 minimum requirements are now ARMv6 + VFPv2 and your platform is ARMv5
without VFP so it is not supported.
--
Y
Revision: 20923
Author: bmeu...@chromium.org
Date: Thu Apr 24 08:26:16 2014 UTC
Log: Revert "Add tests for generator/debugger interaction"
This reverts commit r20921 for breaking the ARM/ARM64 bots.
TBR=wi...@igalia.com
Review URL: https://codereview.chromium.org/255563003
http://cod
Revision: 20924
Author: bmeu...@chromium.org
Date: Thu Apr 24 08:27:23 2014 UTC
Log: Re-enable field type tracking by default.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/258443003
http://code.google.com/p/v8/source/detail?r=20924
Modified:
/branches/bleedin
Updates:
Cc: mstarzin...@chromium.org
Comment #5 on issue 3284 by yang...@chromium.org: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
Yeah you would think escape analysis would get rid of it.
--
You rec
Revision: 20925
Author: ish...@chromium.org
Date: Thu Apr 24 08:35:04 2014 UTC
Log: Tiny cleanup.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/247953003
http://code.google.com/p/v8/source/detail?r=20925
Modified:
/branches/bleeding_edge/src/api.cc
/branches/bl
Revision: 20926
Author: u...@chromium.org
Date: Thu Apr 24 08:35:53 2014 UTC
Log: Convert function.prototype to API-style accessor.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/246693005
http://code.google.com/p/v8/source/detail?r=20926
Modified:
/branches/blee
Comment #6 on issue 3284 by mstarzin...@chromium.org: Optimization corner
case causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
re #4: Not sure what you mean, I have tried the following test case on ToT
and the "action" literal is fully
Status: Accepted
Owner: yang...@chromium.org
CC: rossb...@chromium.org
Labels: Type-Bug Priority-Medium
New issue 3286 by yang...@chromium.org: User defined constructor in Promise
causes crash.
http://code.google.com/p/v8/issues/detail?id=3286
// Flags: --harmony-promises --expose-debug-as de
Comment #7 on issue 3284 by vego...@chromium.org: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
Try
var theString = null;
function test() {
var action = {type: "move", direction: "s"};
if (action.type != "m
Revision: 20927
Author: ish...@chromium.org
Date: Thu Apr 24 08:55:31 2014 UTC
Log: *NumberDictionary::Set() handlified.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/249973002
http://code.google.com/p/v8/source/detail?r=20927
Modified:
/branches/bleeding_edge/s
Status: Accepted
Owner: u...@chromium.org
Labels: Type-Bug Priority-Medium
New issue 3287 by u...@chromium.org:
cctest/test-cpu-profiler/SampleWhenFrameIsNotSetup is flaky on Windows
http://code.google.com/p/v8/issues/detail?id=3287
=== cctest/test-cpu-profiler/SampleWhenFrameIsNotSetup ===
Revision: 20928
Author: u...@chromium.org
Date: Thu Apr 24 09:02:48 2014 UTC
Log: ARM64: small fixes for ArgumentAdaptorTrampoline after r20751.
BUG=
R=jacob.bram...@arm.com
Review URL: https://codereview.chromium.org/252483002
http://code.google.com/p/v8/source/detail?r=20928
Modifi
Comment #8 on issue 3284 by mstarzin...@chromium.org: Optimization corner
case causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
Ah, yeah, now I see. It's because the "theString = action.type" assignment
is never executed, hence has no ty
Revision: 20929
Author: hpa...@chromium.org
Date: Thu Apr 24 09:04:12 2014 UTC
Log: Don't move the object start of objects on non-swept pages.
BUG=
R=mstarzin...@chromium.org
Review URL: https://codereview.chromium.org/255603002
http://code.google.com/p/v8/source/detail?r=20929
Modif
Revision: 20930
Author: u...@chromium.org
Date: Thu Apr 24 09:23:38 2014 UTC
Log: Mark test-cpu-profiler/SampleWhenFrameIsNotSetup as flaky.
BUG=v8:3287
LOG=N
R=bmeu...@chromium.org
Review URL: https://codereview.chromium.org/252493002
http://code.google.com/p/v8/source/detail?r=20930
Revision: 20931
Author: ish...@chromium.org
Date: Thu Apr 24 09:49:06 2014 UTC
Log: *NumberDictionary::AddNumberEntry() handlified.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/249993002
http://code.google.com/p/v8/source/detail?r=20931
Modified:
/branches/blee
Revision: 20932
Author: ish...@chromium.org
Date: Thu Apr 24 09:59:44 2014 UTC
Log: *NumberDictionary::AtNumberPut() handlified.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/250003002
http://code.google.com/p/v8/source/detail?r=20932
Modified:
/branches/bleedin
Comment #9 on issue 3284 by vego...@chromium.org: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
But this escaping use is dominated by a soft deoptimization, so it is a bit
strange to treat it as an escape.
Revision: 20933
Author: ish...@chromium.org
Date: Thu Apr 24 10:17:10 2014 UTC
Log: Revert "*NumberDictionary::AtNumberPut() handlified."
This reverts commit r20932 for breaking Mac build.
TBR=yang...@chromium.org
Review URL: https://codereview.chromium.org/251383003
http://code.goog
Comment #10 on issue 3284 by tit...@google.com: Optimization corner case
causing a string to not be == to an identical string
http://code.google.com/p/v8/issues/detail?id=3284
Because dead blocks. Because fast.
--
You received this message because this project is configured to send all
iss
Revision: 20934
Author: ish...@chromium.org
Date: Thu Apr 24 10:39:50 2014 UTC
Log: Reland r20932: "*NumberDictionary::AtNumberPut() handlified."
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/254593002
http://code.google.com/p/v8/source/detail?r=20934
Modified:
Updates:
Status: Assigned
Owner: yang...@chromium.org
Comment #15 on issue 3093 by yang...@chromium.org: Debugging promises
http://code.google.com/p/v8/issues/detail?id=3093
Under review: https://codereview.chromium.org/249503002/
The idea is to provide devtools with a debug even
Revision: 20935
Author: ish...@chromium.org
Date: Thu Apr 24 10:47:13 2014 UTC
Log: Dictionary::AtPut() handlified.
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/249883003
http://code.google.com/p/v8/source/detail?r=20935
Modified:
/branches/bleeding_edge/src/ob
Comment #2 on issue 3285 by polt...@gmail.com: ARMv5 Illegal Instruction
vpush
http://code.google.com/p/v8/issues/detail?id=3285
From wich version is it (commit hash if possible) and is it really hard to
add back support of ARMv5? There are still quite a lot of ARMv5 platforms
on the mark
Revision: 20936
Author: jkumme...@chromium.org
Date: Thu Apr 24 11:11:30 2014 UTC
Log: Harden more runtime functions.
R=dslo...@chromium.org, dslo...@google.com
Review URL: https://codereview.chromium.org/258473004
http://code.google.com/p/v8/source/detail?r=20936
Modified:
/branche
Revision: 20937
Author: u...@chromium.org
Date: Thu Apr 24 11:24:13 2014 UTC
Log: Convert function.length to API-style accessor.
TEST=mjsunit/function-length-accessor
R=yang...@chromium.org
Review URL: https://codereview.chromium.org/257423009
http://code.google.com/p/v8/source/detail
Revision: 20938
Author: bmeu...@chromium.org
Date: Thu Apr 24 11:32:48 2014 UTC
Log: Some code cleanup, esp. includes and copyright headers.
R=svenpa...@chromium.org
Review URL: https://codereview.chromium.org/257453003
http://code.google.com/p/v8/source/detail?r=20938
Modified:
/br
Revision: 20939
Author: bmeu...@chromium.org
Date: Thu Apr 24 11:44:22 2014 UTC
Log: Revert "Some code cleanup, esp. includes and copyright headers."
This reverts commit r20938 for breaking the windows build.
TBR=u...@chromium.org
Review URL: https://codereview.chromium.org/254463003
1 - 100 of 198 matches
Mail list logo