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

Issue 34503003: Crankshaft builtins. (Closed)

Created:
7 years, 2 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 2 months ago
CC:
v8-dev
Visibility:
Public.

Description

Crankshaft builtins. Enable optimizing compiler for V8 built-ins. Also fixes an issue uncovered in x64 codegen. R=danno@chromium.org, mstarzinger@chromium.org, svenpanne@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17334

Patch Set 1 #

Patch Set 2 : Self-review #

Total comments: 5

Patch Set 3 : Fixed replacing code #

Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -16 lines) Patch
M src/compiler.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 3 chunks +10 lines, -10 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-compiler.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M test/message/paren_in_arg_string.out View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Dmitry Lomov (no reviews)
PTAL
7 years, 2 months ago (2013-10-22 16:40:41 UTC) #1
Michael Starzinger
Drive-by comment. https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc File src/runtime.cc (left): https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc#oldcode2940 src/runtime.cc:2940: target_shared->ReplaceCode(source_shared->code()); I have the feeling that removing ...
7 years, 2 months ago (2013-10-22 17:01:28 UTC) #2
Dmitry Lomov (no reviews)
https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc File src/runtime.cc (left): https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc#oldcode2940 src/runtime.cc:2940: target_shared->ReplaceCode(source_shared->code()); On 2013/10/22 17:01:28, Michael Starzinger wrote: > I ...
7 years, 2 months ago (2013-10-22 19:25:02 UTC) #3
Sven Panne
lgtm https://codereview.chromium.org/34503003/diff/40001/src/x64/lithium-codegen-x64.cc File src/x64/lithium-codegen-x64.cc (right): https://codereview.chromium.org/34503003/diff/40001/src/x64/lithium-codegen-x64.cc#newcode5260 src/x64/lithium-codegen-x64.cc:5260: __ movq(temp, Operand(temp, StandardFrameConstants::kCallerFPOffset)); Hmmm, is this a ...
7 years, 2 months ago (2013-10-23 05:58:43 UTC) #4
Dmitry Lomov (no reviews)
On 2013/10/23 05:58:43, Sven Panne wrote: > lgtm > > https://codereview.chromium.org/34503003/diff/40001/src/x64/lithium-codegen-x64.cc > File src/x64/lithium-codegen-x64.cc (right): ...
7 years, 2 months ago (2013-10-23 07:29:54 UTC) #5
Michael Starzinger
Not LGTM. https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc File src/runtime.cc (left): https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc#oldcode2940 src/runtime.cc:2940: target_shared->ReplaceCode(source_shared->code()); On 2013/10/22 19:25:03, Dmitry Lomov (chromium) ...
7 years, 2 months ago (2013-10-23 08:05:19 UTC) #6
Dmitry Lomov (no reviews)
https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc File src/runtime.cc (left): https://codereview.chromium.org/34503003/diff/40001/src/runtime.cc#oldcode2940 src/runtime.cc:2940: target_shared->ReplaceCode(source_shared->code()); On 2013/10/23 08:05:20, Michael Starzinger wrote: > On ...
7 years, 2 months ago (2013-10-23 08:21:19 UTC) #7
Dmitry Lomov (no reviews)
Fixed a bug spotted by Michael - thanks!
7 years, 2 months ago (2013-10-23 08:25:46 UTC) #8
Michael Starzinger
LGTM from my end now, didn't fully review the whole thing though.
7 years, 2 months ago (2013-10-23 08:28:09 UTC) #9
danno
lgtm
7 years, 2 months ago (2013-10-23 08:38:21 UTC) #10
Dmitry Lomov (no reviews)
7 years, 2 months ago (2013-10-23 08:58:02 UTC) #11
Message was sent while issue was closed.
Committed patchset #3 manually as r17334 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698