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

Issue 1903273004: [compiler] Add baseline tier to compilation pipeline. (Closed)

Created:
4 years, 8 months ago by Michael Starzinger
Modified:
4 years, 7 months ago
CC:
v8-reviews_googlegroups.com, v8-x87-ports_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[compiler] Add baseline tier to compilation pipeline. This adds a baseline tier to the compilation pipeline. Currently this tier is used to model a path from the interpreter to optimized code via full-codegen code (to ensure sufficient type feedback). Switching from the unoptimized tier to the baseline tier is limited to happen only when there are no activations of the given function on the stack. R=rmcilroy@chromium.org,bmeurer@chromium.org Committed: https://crrev.com/3fc0224cfc65a238ed83b6a4823f2eae0060aabf Cr-Commit-Position: refs/heads/master@{#35757}

Patch Set 1 #

Patch Set 2 : Ported to all architectures. #

Patch Set 3 : Rebased. #

Total comments: 10

Patch Set 4 : Addressed comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+197 lines, -19 lines) Patch
M src/arm/builtins-arm.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/builtins.h View 2 chunks +2 lines, -0 lines 0 comments Download
M src/compiler.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler.cc View 1 2 3 6 chunks +125 lines, -3 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +5 lines, -4 lines 0 comments Download
M src/objects.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M src/objects-inl.h View 3 chunks +6 lines, -0 lines 0 comments Download
M src/ppc/builtins-ppc.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/runtime-profiler.h View 1 chunk +0 lines, -6 lines 0 comments Download
M src/runtime-profiler.cc View 3 chunks +8 lines, -3 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-compiler.cc View 3 chunks +15 lines, -3 lines 0 comments Download
M src/s390/builtins-s390.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/x87/builtins-x87.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
Michael Starzinger
4 years, 8 months ago (2016-04-22 08:38:56 UTC) #3
Benedikt Meurer
Nice. LGTM from my side.
4 years, 8 months ago (2016-04-22 09:17:04 UTC) #4
rmcilroy
Nice, LGTM with a couple of optional suggestions. https://codereview.chromium.org/1903273004/diff/40001/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/1903273004/diff/40001/src/compiler.cc#newcode875 src/compiler.cc:875: for ...
4 years, 8 months ago (2016-04-22 10:02:57 UTC) #5
Michael Starzinger
Thanks! Addressed comments. I might wait with landing this till Monday though, because I don't ...
4 years, 8 months ago (2016-04-22 10:47:45 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1903273004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1903273004/60001
4 years, 8 months ago (2016-04-25 10:23:24 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 8 months ago (2016-04-25 10:46:45 UTC) #11
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 10:48:50 UTC) #13
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/3fc0224cfc65a238ed83b6a4823f2eae0060aabf
Cr-Commit-Position: refs/heads/master@{#35757}

Powered by Google App Engine
This is Rietveld 408576698