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

Issue 126188: Improve DST offset computation performance. (Closed)

Created:
11 years, 6 months ago by Kasper Lund
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Improve DST offset computation performance. Committed: http://code.google.com/p/v8/source/detail?r=2176

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -9 lines) Patch
M src/date-delay.js View 3 chunks +68 lines, -9 lines 1 comment Download
M src/macros.py View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kasper Lund
11 years, 6 months ago (2009-06-16 06:37:17 UTC) #1
Mads Ager (chromium)
LGTM
11 years, 6 months ago (2009-06-16 06:46:01 UTC) #2
William Hesse
11 years, 6 months ago (2009-06-16 07:11:29 UTC) #3
http://codereview.chromium.org/126188/diff/1/3
File src/date-delay.js (right):

http://codereview.chromium.org/126188/diff/1/3#newcode153
Line 153: function DaylightSavingsOffset(t) {
Comment the function to state that the algorithm is valid as long as the
daylight savings offset does not change from value A to B, then back to A,
within any one month period.

Won't this cause a problem with laptops and mobile devices?  Do we have any way
of getting notified when the system time settings change?  Otherwise,
long-running javascript may go nuts.  I think it is quite possible for a web
page to stay open while the user adjusts the time zone.

Powered by Google App Engine
This is Rietveld 408576698