[v8-dev] Re: Issue 3275 in v8: Can V8 Engine handle chinese?

2014-04-17 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20868 committed - Tagging version 3.26.20

2014-04-20 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3277 in v8: Slow compilation of multiple disjunction regexp

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Issue 3279 in v8: mjsunit/json2 fails with --deopt-every-n-times 1025

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20872 committed - Improve code generation for bounds checks....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20875 committed - Cons string maps must be marked as unstable....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3274 in v8: PropertyCallbackInfo.This() should return Local instead of Local

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3274 in v8: PropertyCallbackInfo.This() should return Local instead of Local

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3274 in v8: PropertyCallbackInfo.This() should return Local instead of Local

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20876 committed - Simplify v8/Isolate teardown....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20877 committed - JSObject::DeepCopy and other functions returned an empty handle to...

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Issue 3280 in v8: Crash when reifying scope in debugger breakpoint

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20878 committed - Bumped the boot-up memory-limit, part 2....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3280 in v8: Crash when reifying scope in debugger breakpoint

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3280 in v8: Crash when reifying scope in debugger breakpoint

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20879 committed - Revert "Simplify v8/Isolate teardown."...

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20880 committed - Optimize numeric comparison with known successors....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20881 committed - HBranch should also print its expected input types....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20882 committed - Do not avoid flattening cons string when creating a string slice....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20883 committed - Context-allocate all parameters in generators...

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3280 in v8: Crash when reifying scope in debugger breakpoint

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20884 committed - Collective fixes to types...

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20885 committed - Forgot version bump...

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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 ==

[v8-dev] [v8] r20886 committed - Tagging version 3.25.28.13

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20887 committed - Cache maps for externalized typed array objects....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20889 committed - Insert HSimulate immediately after Crankshaft-inlined push....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3253 in v8: Converting to clamped uint8 is slow on ARM Cortex-A15

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20890 committed - Use MaybeHandles in Compiler to indicate failure instead of a null Han...

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Issue 3281 in v8: %SetCreateIterator hits unreachable code

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20891 committed - ARM64: Move sign-extension to load instructions....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3279 in v8: mjsunit/json2 fails with --deopt-every-n-times 1025

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20892 committed - MIPS: Improve code generation for bounds checks....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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/

[v8-dev] [v8] r20893 committed - Fix issue with Map/SetIterator and types...

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20894 committed - MIPS: Return Object* instead of MaybeObject* from runtime calls....

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Issue 3282 in v8: V8 crash in dart2js code

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20896 committed - Tagging version 3.26.21

2014-04-22 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20897 committed - Sort functions in polymorphic calls based on overall profiling ticks a...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3282 in v8: V8 crash in dart2js code

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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".

[v8-dev] Re: Issue 3282 in v8: V8 crash in dart2js code

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3282 in v8: V8 crash in dart2js code

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3282 in v8: V8 crash in dart2js code

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20898 committed - Handle boxed length in JSON stringify....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20899 committed - Avoid exposing compiler-allocated temporaries to the debugger...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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:

[v8-dev] [v8] r20900 committed - Avoid setting transitions in-place for cached maps when observed...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20901 committed - Fix tracking of computed fields when field type tracking is disabled....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20902 committed - Disable field type tracking by default....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3274 in v8: PropertyCallbackInfo.This() should return Local instead of Local

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3274 in v8: PropertyCallbackInfo.This() should return Local instead of Local

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20904 committed - Tagging version 3.26.22

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20903 committed - Version 3.26.22 (based on bleeding_edge revision r20902)...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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/

[v8-dev] [v8] r20905 committed - Extract common macros and start a base library...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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:

[v8-dev] [v8] r20906 committed - Version 3.25.28.14 (partial merge of r20839)...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20907 committed - Introduce .DEPS.git file to support full git checkouts...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20908 committed - Harden DefineOrRedefineDataProperty....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20909 committed - Fix ToObject and Object.isSealed in four Array builtins....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20910 committed - Allow Object.defineProperty to update value of an API accessor....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20911 committed - Fix deoptimization problem with inlined Array.push()...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20912 committed - Fix the Array.push simulate for non-effect context....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20913 committed - Move bug 3280 regression test to mjsunit/harmony...

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20914 committed - Clean up some uses of Failures and MaybeObjects....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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.) --

[v8-dev] [v8] r20915 committed - StringTable::LookupKey() and all callers handlified....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20917 committed - Tagging version 3.26.23

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 2543 in v8: ARMv5 Illegal Instruction vpush even with vfp2=off and vfp3=off

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20918 committed - Fix C++ type of Factory::NewFixedDoubleArray....

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-23 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20920 committed - Treat FOREIGN_TYPE as internal....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20921 committed - Add tests for generator/debugger interaction...

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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. --

[v8-dev] [v8] r20922 committed - Make DescriptorArray::IsMoreGeneralThan() and DescriptorArray::Merge()...

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3285 in v8: ARMv5 Illegal Instruction vpush

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20923 committed - Revert "Add tests for generator/debugger interaction"...

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20924 committed - Re-enable field type tracking by default....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20925 committed - Tiny cleanup....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20926 committed - Convert function.prototype to API-style accessor....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Issue 3286 in v8: User defined constructor in Promise causes crash.

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20927 committed - *NumberDictionary::Set() handlified....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Issue 3287 in v8: cctest/test-cpu-profiler/SampleWhenFrameIsNotSetup is flaky on Windows

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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 ===

[v8-dev] [v8] r20928 committed - ARM64: small fixes for ArgumentAdaptorTrampoline after r20751....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20929 committed - Don't move the object start of objects on non-swept pages....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20930 committed - Mark test-cpu-profiler/SampleWhenFrameIsNotSetup as flaky....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20931 committed - *NumberDictionary::AddNumberEntry() handlified....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20932 committed - *NumberDictionary::AtNumberPut() handlified....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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.

[v8-dev] [v8] r20933 committed - Revert "*NumberDictionary::AtNumberPut() handlified."...

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3284 in v8: Optimization corner case causing a string to not be == to an identical string

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20934 committed - Reland r20932: "*NumberDictionary::AtNumberPut() handlified."...

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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:

[v8-dev] Re: Issue 3093 in v8: Debugging promises

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20935 committed - Dictionary::AtPut() handlified....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] Re: Issue 3285 in v8: ARMv5 Illegal Instruction vpush

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20936 committed - Harden more runtime functions....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20937 committed - Convert function.length to API-style accessor....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20938 committed - Some code cleanup, esp. includes and copyright headers....

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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

[v8-dev] [v8] r20939 committed - Revert "Some code cleanup, esp. includes and copyright headers."...

2014-04-24 Thread codesite-nore...@google.com via v8-dev
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   2   >