Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Issue 327173002: Optimize various forms of slice.call(arguments, ...) (Closed)

Created:
6 years, 6 months ago by p.antonov
Modified:
5 years, 8 months ago
Reviewers:
Toon Verwaest, rossberg
CC:
v8-dev
Base URL:
https://github.com/v8/v8.git@master
Visibility:
Public.

Description

Optimize various forms of slice.call(arguments, ...) [Closed since this was split up in multiple patches] BUG=v8:3037 LOG=n R=verwaest@chromium.org TEST=mjsunit/compiler/slice-call-arguments

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+436 lines, -22 lines) Patch
M src/bootstrapper.cc View 1 chunk +14 lines, -8 lines 0 comments Download
M src/contexts.h View 2 chunks +3 lines, -1 line 0 comments Download
M src/hydrogen.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +165 lines, -9 lines 0 comments Download
M src/objects.h View 4 chunks +12 lines, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +17 lines, -0 lines 0 comments Download
M src/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 chunk +12 lines, -0 lines 0 comments Download
A test/mjsunit/compiler/slice-call-arguments.js View 1 chunk +203 lines, -0 lines 0 comments Download
A + test/mjsunit/runtime-gen/disableoptimisticoptimizations.js View 1 chunk +1 line, -1 line 0 comments Download
M tools/generate-runtime-tests.py View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
p.antonov
6 years, 6 months ago (2014-06-11 06:38:59 UTC) #1
Toon Verwaest
I think this is the wrong approach to tackle this problem. And (again) I think ...
6 years, 6 months ago (2014-06-12 08:46:06 UTC) #2
p.antonov
The reason for this soft deopt approach is that there is no way to know ...
6 years, 6 months ago (2014-06-12 09:38:53 UTC) #3
Toon Verwaest
So the right way to do this is to detect constant context slots. That way ...
6 years, 6 months ago (2014-06-12 09:49:24 UTC) #4
Toon Verwaest
6 years, 6 months ago (2014-06-12 09:51:16 UTC) #5
p.antonov
That would be best yes, but I was under the impression that with lazy parsing ...
6 years, 6 months ago (2014-06-12 09:52:11 UTC) #6
Toon Verwaest
There are multiple ways of doing it, the most conservative of which would just use ...
6 years, 6 months ago (2014-06-12 10:02:50 UTC) #7
p.antonov
Ok, sounds good :) I assume it should be 2 patches, right?: 1. For recognizing ...
6 years, 6 months ago (2014-06-12 10:14:54 UTC) #8
Toon Verwaest
6 years, 6 months ago (2014-06-12 11:27:43 UTC) #9
Yes exactly.

Powered by Google App Engine
This is Rietveld 408576698