Bug 124397 - [WebGL] WebGLBuffer loop iteration precalculation
Summary: [WebGL] WebGLBuffer loop iteration precalculation
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-15 00:19 PST by Przemyslaw Szymanski
Modified: 2014-01-09 19:37 PST (History)
7 users (show)

See Also:


Attachments
itereation precalculation (1.46 KB, patch)
2013-11-15 00:22 PST, Przemyslaw Szymanski
bfulgham: review-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Przemyslaw Szymanski 2013-11-15 00:19:40 PST
precalculation of the loop number of entries.
Comment 1 Przemyslaw Szymanski 2013-11-15 00:22:30 PST
Created attachment 217020 [details]
itereation precalculation
Comment 2 Brent Fulgham 2013-11-19 17:34:29 PST
Comment on attachment 217020 [details]
itereation precalculation

The WTF_ARRAY_LENGTH macro resolves to a compile-time value. There is no benefit to this change.