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

Issue 2891353002: [ignition] Use an intrinsic for GeneratorClose. (Closed)

Created:
3 years, 7 months ago by mvstanton
Modified:
3 years, 7 months ago
Reviewers:
rmcilroy, neis1
CC:
v8-reviews_googlegroups.com, rmcilroy, adamk
Target Ref:
refs/heads/master
Project:
v8
Visibility:
Public.

Description

[ignition] Use an intrinsic for GeneratorClose. GeneratorClose is pretty simple, we can handle it in the interpreter. BUG=v8:6351 Review-Url: https://codereview.chromium.org/2891353002 Cr-Commit-Position: refs/heads/master@{#45434} Committed: https://chromium.googlesource.com/v8/v8/+/c476e8afc1dfe9245c85d3ee150d206ff86fee3b

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -14 lines) Patch
M src/interpreter/interpreter-intrinsics.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/interpreter-intrinsics-generator.cc View 1 chunk +12 lines, -0 lines 2 comments Download
M test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/Generators.golden View 6 chunks +6 lines, -6 lines 0 comments Download
M test/cctest/interpreter/bytecode_expectations/StandardForLoop.golden View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 17 (10 generated)
mvstanton
Hi Ross, One more, I just forgot this one in the previous batch of intrinsics. ...
3 years, 7 months ago (2017-05-19 13:19:46 UTC) #4
rmcilroy
Add a bug= label? Otherwise, LGTM, thanks!
3 years, 7 months ago (2017-05-19 15:38:05 UTC) #7
mvstanton
Done, enjoy the weekend :)
3 years, 7 months ago (2017-05-19 17:34:16 UTC) #9
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/2891353002/1
3 years, 7 months ago (2017-05-19 17:34:30 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1) as https://chromium.googlesource.com/v8/v8/+/c476e8afc1dfe9245c85d3ee150d206ff86fee3b
3 years, 7 months ago (2017-05-19 17:36:17 UTC) #14
neis1
https://codereview.chromium.org/2891353002/diff/1/src/interpreter/interpreter-intrinsics-generator.cc File src/interpreter/interpreter-intrinsics-generator.cc (right): https://codereview.chromium.org/2891353002/diff/1/src/interpreter/interpreter-intrinsics-generator.cc#newcode448 src/interpreter/interpreter-intrinsics-generator.cc:448: I don't think we need to read and return ...
3 years, 7 months ago (2017-05-19 17:58:12 UTC) #16
mvstanton
3 years, 7 months ago (2017-05-19 19:11:38 UTC) #17
Message was sent while issue was closed.
https://codereview.chromium.org/2891353002/diff/1/src/interpreter/interpreter...
File src/interpreter/interpreter-intrinsics-generator.cc (right):

https://codereview.chromium.org/2891353002/diff/1/src/interpreter/interpreter...
src/interpreter/interpreter-intrinsics-generator.cc:448: 
On 2017/05/19 17:58:12, neis1 wrote:
> I don't think we need to read and return the mode of the last resumption here.
> Is that a copy-paste leftover?

Good catch! Yes, the runtime function just returns undefined -- I'll craft a fix
asap...

Powered by Google App Engine
This is Rietveld 408576698