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

Issue 1567353002: [date] Migrate Date field accessors to native builtins. (Closed)

Created:
4 years, 11 months ago by Benedikt Meurer
Modified:
4 years, 11 months ago
Reviewers:
Yang
CC:
v8-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[date] Migrate Date field accessors to native builtins. There's no reason to have JavaScript wrappers for those accessors, since the meat is already in hand-written native code (via %_DateField). First step now to put them into native builtins. Next step will be to completely remove %_DateField. R=yangguo@chromium.org Committed: https://crrev.com/fc5c7e0486038f8a615041963a13c9b7bb602469 Cr-Commit-Position: refs/heads/master@{#33172}

Patch Set 1 #

Patch Set 2 : Moar work. ports. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+502 lines, -160 lines) Patch
M src/arm/builtins-arm.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download
M src/arm64/builtins-arm64.cc View 1 1 chunk +46 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 1 chunk +36 lines, -0 lines 0 comments Download
M src/builtins.h View 1 2 chunks +60 lines, -0 lines 0 comments Download
M src/builtins.cc View 1 1 chunk +108 lines, -0 lines 0 comments Download
M src/full-codegen/x64/full-codegen-x64.cc View 1 chunk +1 line, -3 lines 0 comments Download
M src/ia32/builtins-ia32.cc View 1 chunk +52 lines, -0 lines 0 comments Download
M src/js/date.js View 1 2 chunks +0 lines, -144 lines 0 comments Download
M src/mips/builtins-mips.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download
M src/mips64/builtins-mips64.cc View 1 1 chunk +47 lines, -0 lines 0 comments Download
M src/x64/builtins-x64.cc View 1 chunk +52 lines, -0 lines 0 comments Download
M test/mjsunit/date.js View 2 chunks +6 lines, -13 lines 0 comments Download

Messages

Total messages: 11 (5 generated)
Benedikt Meurer
Hey Yang, Another cleanup step to date.js. Please take a look. Thanks, Benedikt
4 years, 11 months ago (2016-01-08 12:27:34 UTC) #3
Yang
On 2016/01/08 12:27:34, Benedikt Meurer wrote: > Hey Yang, > > Another cleanup step to ...
4 years, 11 months ago (2016-01-08 12:36:48 UTC) #4
Yang
On 2016/01/08 12:36:48, Yang wrote: > On 2016/01/08 12:27:34, Benedikt Meurer wrote: > > Hey ...
4 years, 11 months ago (2016-01-08 12:40:24 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1567353002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1567353002/20001
4 years, 11 months ago (2016-01-08 12:41:24 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 11 months ago (2016-01-08 12:42:53 UTC) #9
commit-bot: I haz the power
4 years, 11 months ago (2016-01-08 12:43:19 UTC) #11
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/fc5c7e0486038f8a615041963a13c9b7bb602469
Cr-Commit-Position: refs/heads/master@{#33172}

Powered by Google App Engine
This is Rietveld 408576698