Chromium Code Reviews

Issue 8409010: Optimize JS date implementation for smi-only arrays (Closed)

Created:
9 years, 1 month ago by Jakob Kummerow
Modified:
9 years, 1 month ago
Reviewers:
danno
CC:
v8-dev
Visibility:
Public.

Description

Optimize JS date implementation for smi-only arrays Committed: http://code.google.com/p/v8/source/detail?r=9848

Patch Set 1 #

Patch Set 2 : remove superfluous double-elements case #

Unified diffs Side-by-side diffs Stats (+10 lines, -15 lines)
M src/date.js View 1 chunk +2 lines, -2 lines 0 comments
M src/runtime.cc View 1 chunk +8 lines, -13 lines 0 comments

Messages

Total messages: 2 (0 generated)
Jakob Kummerow
PTAQL.
9 years, 1 month ago (2011-10-31 14:23:22 UTC) #1
danno
9 years, 1 month ago (2011-10-31 14:38:24 UTC) #2
lgtm

Powered by Google App Engine