Bug 5679 - speed up QTime by removing unnecessary CFAbsoluteTimeGetGregorianDate
Summary: speed up QTime by removing unnecessary CFAbsoluteTimeGetGregorianDate
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Enhancement
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-09 08:19 PST by Darin Adler
Modified: 2005-11-29 09:16 PST (History)
0 users

See Also:


Attachments
remove CFAbsoluteTimeGetGregorianDate; do multiply instead of divide (820 bytes, patch)
2005-11-09 08:20 PST, Darin Adler
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2005-11-09 08:19:59 PST
 
Comment 1 Darin Adler 2005-11-09 08:20:38 PST
Created attachment 4642 [details]
remove CFAbsoluteTimeGetGregorianDate; do multiply instead of divide
Comment 2 Geoffrey Garen 2005-11-09 09:26:04 PST
Comment on attachment 4642 [details]
remove CFAbsoluteTimeGetGregorianDate; do multiply instead of divide

r=me