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

Issue 2798293002: [turbofan] Allow to reuse OSR code objects. (Closed)

Created:
3 years, 8 months ago by Benedikt Meurer
Modified:
3 years, 8 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[turbofan] Allow to reuse OSR code objects. Remove the restriction that we cannot reuse code objects generated for OSR from Ignition to TurboFan. R=jarin@chromium.org, mstarzinger@chromium.org, rmcilroy@chromium.org BUG=v8:4764 Review-Url: https://codereview.chromium.org/2798293002 Cr-Commit-Position: refs/heads/master@{#44437} Committed: https://chromium.googlesource.com/v8/v8/+/076360c0f19611b66ad1d3c5a8f6b6618de577ea

Patch Set 1 #

Total comments: 2

Patch Set 2 : Address comment from Michi. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -9 lines) Patch
M src/compiler.cc View 1 3 chunks +1 line, -9 lines 0 comments Download

Messages

Total messages: 14 (8 generated)
Benedikt Meurer
3 years, 8 months ago (2017-04-06 07:45:02 UTC) #1
rmcilroy
On 2017/04/06 07:45:02, Benedikt Meurer wrote: I thought of doing this, but wasn't sure it ...
3 years, 8 months ago (2017-04-06 07:57:32 UTC) #4
Michael Starzinger
LGTM. Thanks! https://codereview.chromium.org/2798293002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2798293002/diff/1/src/compiler.cc#newcode915 src/compiler.cc:915: if (info->is_osr() && !ignition_osr) return MaybeHandle<Code>(); Now ...
3 years, 8 months ago (2017-04-06 08:09:42 UTC) #7
Benedikt Meurer
https://codereview.chromium.org/2798293002/diff/1/src/compiler.cc File src/compiler.cc (right): https://codereview.chromium.org/2798293002/diff/1/src/compiler.cc#newcode915 src/compiler.cc:915: if (info->is_osr() && !ignition_osr) return MaybeHandle<Code>(); On 2017/04/06 08:09:42, ...
3 years, 8 months ago (2017-04-06 10:34:55 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2798293002/20001
3 years, 8 months ago (2017-04-06 10:35:05 UTC) #11
commit-bot: I haz the power
3 years, 8 months ago (2017-04-06 11:01:25 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/v8/v8/+/076360c0f19611b66ad1d3c5a8f6b6618de...

Powered by Google App Engine
This is Rietveld 408576698